# Get scopes for a user in an organization tailored by the organization roles **GET /api/organizations/{id}/users/{userId}/scopes** Get scopes assigned to a user in the specified organization tailored by the organization roles. The scopes are derived from the organization roles assigned to the user. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization. - **userId** (string) The unique identifier of the user. ## Responses ### 200: A list of scopes assigned to the user. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **description** (string | null) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The user is not a member of the organization. [Powered by Bump.sh](https://bump.sh)