From 787f4c612f49c8205292761421bd29c0f67e959b Mon Sep 17 00:00:00 2001 From: Guamian Li Date: Wed, 17 Apr 2024 12:09:21 +0800 Subject: [PATCH] docs: update understand-how-it-works --- docs/docs/recipes/organizations/understand-how-it-works.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/recipes/organizations/understand-how-it-works.mdx b/docs/docs/recipes/organizations/understand-how-it-works.mdx index 8241efbe95f..eb5caba5b56 100644 --- a/docs/docs/recipes/organizations/understand-how-it-works.mdx +++ b/docs/docs/recipes/organizations/understand-how-it-works.mdx @@ -37,7 +37,7 @@ 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.
Organization role @@ -45,6 +45,10 @@ Organization role is a grouping of organization permissions that can be assigned 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.