Retrieve detailed list of effective roles for a user, including roles assigned directly and through group memberships.
ID of the user to list effective roles for.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.TooManyRequestsError
await client.users.effectiveRoles.list("id", { from: "from", take: 1 }) Copy
await client.users.effectiveRoles.list("id", { from: "from", take: 1 })
Protected
Readonly
Retrieve detailed list of effective roles for a user, including roles assigned directly and through group memberships.