Create Invite
POST {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/invites
Creates a single user's invite.
Payload:
name | description |
---|---|
inviteeName | [string] Optional. The first name and the last name being invited, separated with a space. |
inviteeEmail | [string] Required. Valid email of the user being invited. |
entityZUID | [string] Required. ZUID of the instance the invitee to be added to. |
accessLevel | [int] Required. The system role the invitee will have. This accepts values from 1 to 5 only. The equivalent roles are: 1: Admin 2: Developer 3: SEO 4: Publisher 5: Contributor |
Request Body
{"inviteeName"=>"Firstname Lastname", "inviteeEmail"=>"test@email.com", "entityZUID"=>"{{instance_zuid}}", "accessLevel"=>"{{test_access_level}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |