Admin - Organizations

Invite member to organization (platform admin)

post/v1/admin/organizations/{id}/invite

Path parameters

idstring required

Request body

emailstring required

Email address of the user to invite

role'admin' | 'auditor' | 'employee' | 'contractor' required

Role to assign to the invited member

Example request

{
  "email": "user@example.com",
  "role": "admin"
}

Changes