Go
Get permissions granted by role
Retrieve detailed list (name, description, resource server) of permissions granted by a specified user role.
GET
Go
Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
ID of the role to list granted permissions.
クエリパラメータ
Number of results per page. Defaults to 50.
必須範囲:
1 <= x <= 100Page index of the results to return. First page is 0.
必須範囲:
x >= 0Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
レスポンス
Role permissions successfully retrieved.