Lists the roles assigned to an organization member directly or through group membership.
Organization identifier.
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.organizations.members.effectiveRoles.list("id", "user_id", { from: "from", take: 1 }) Copy
await client.organizations.members.effectiveRoles.list("id", "user_id", { from: "from", take: 1 })
Protected
Readonly
Lists the roles assigned to an organization member directly or through group membership.