Returns the list of effective permissions for a user, taking into account permissions granted directly to the user, as well as those inherited through roles and group memberships.
ID of the user to retrieve the permissions for.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.TooManyRequestsError
await client.users.effectivePermissions.list("id", { from: "from", take: 1, resource_server_identifier: "resource_server_identifier" }) Copy
await client.users.effectivePermissions.list("id", { from: "from", take: 1, resource_server_identifier: "resource_server_identifier" })
Protected
Readonly
Returns the list of effective permissions for a user, taking into account permissions granted directly to the user, as well as those inherited through roles and group memberships.