Invite a user to an organization

When authenticated with an API key, this operation requires api-admin.

Authentication

AuthorizationBearer
Console user session or Mixlayer API key supplied as a Bearer token.

Path parameters

org_idstringRequired
Organization ID

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Email address to invite.
roleenumRequired

Role assigned when the invitation is accepted: owner or member.

Response

Invitation created
dataobject
Pending organization invitation.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
413
Content Too Large Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
500
Internal Server Error