Skip to content

docs: update understand-how-it-works #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/docs/recipes/organizations/understand-how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,18 @@ Organization permissions are not meaningful without the context of an organizati

## Organization role

Organization role is a grouping of organization permissions that can be assigned to users. The permissions must come from the predefined organization permissions.
Organization role is a grouping of organization permissions or API permissions that can be assigned to users. The permissions must come from the predefined organization permissions.

<center>
<img alt="Organization role" src={organizationRole} width={720} />
</center>

Organization roles are not meaningful without the context of an organization. For example, `admin` in the context of organization `org1` is different from `admin` in the context of organization `org2`.

**Can I assign API permissions to org roles?**

Yes, you can assign API permissions to organization roles. Logto offers the flexibility to manage your organization's roles effectively, allowing you to include both organization permissions and API permissions within those roles.

## Organization template

Organization template refers to a collection of organization permissions and roles that apply to every organization.
Expand Down