Invite a team member
POST/members
Sends an invitation email to join your organization in the given role.
Requires the admin role. Only an existing owner may invite
someone directly as owner.
Refuses API keys. This endpoint is reachable only by a signed-in
person; an API key receives 403 with the code
unauthorized_principal_kind.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 503
The invitation that was created
The email is missing or malformed, or role is not one of
owner, admin, member.
Not authenticated
An API key was presented (unauthorized_principal_kind), the
caller is not an admin, or a non-owner attempted to invite an
owner (unauthorized_role).
That email already has a membership or a pending invitation
The platform identity service is unavailable or the organization is not provisioned