List team members and pending invitations
GET/members
Lists the people who belong to your organization, together with the invitations that have been sent and not yet accepted.
Requires the admin or viewer role.
Refuses API keys. This endpoint is reachable only by a signed-in
person; an API key receives 403 with the code
unauthorized_principal_kind.
Responses
- 200
- 401
- 403
- 503
The organization's members and pending invitations
Not authenticated
An API key was presented (unauthorized_principal_kind), or the
caller's role does not admit this operation.
The organization is not provisioned on the platform identity
service, or that service could not be reached. See the
identity_* codes. Not retryable for identity_migration_pending.