List the organization members assigned a specific role within the context of an organization.
ID of the organization.
ID of the role to retrieve the assigned members for.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.TooManyRequestsError
await client.organizations.roles.members.list("id", "role_id", { from: "from", take: 1, fields: "fields", include_fields: true }) Copy
await client.organizations.roles.members.list("id", "role_id", { from: "from", take: 1, fields: "fields", include_fields: true })
Protected
Readonly
List the organization members assigned a specific role within the context of an organization.