Organizations

Invite a member

Send an invitation to join the current organization. Requires owner or admin role.

post/orgs/current/members

Request body

emailstring email required
role'admin' | 'member' required

Example request

{
  "email": "teammate@example.com",
  "role": "member"
}

Response

Invitation sent

Changes