Lists the groups which grant the org member a given role.
Organization identifier.
ID of the user to list role source groups for.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.TooManyRequestsError
await client.organizations.members.effectiveRoles.sources.groups.list("id", "user_id", { from: "from", take: 1, role_id: "role_id" }) Copy
await client.organizations.members.effectiveRoles.sources.groups.list("id", "user_id", { from: "from", take: 1, role_id: "role_id" })
Protected
Readonly
Lists the groups which grant the org member a given role.