Organisations
Invite a user to an organisation
POST
/
v1
/
organisations
/
{organisationId}
/
invitations
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
organisationId
string
requiredThe ID of the organisation
Body
application/json
invitation
object
requiredResponse
201 - application/json
invitation
object
required