Add a new user to your account by sending an invitation. The user will receive an email invitation to join your account with the specified role.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name | string | Yes | Name of the shared user | "Jon Doe" |
email | string | Yes | Email address of the shared user | "[email protected]" |
access_level | string | Yes | Access level ID (Manager: 1, Admin: 2, Viewer: 3) | "1" |
is_invitation_sent: true: Invitation email has been sentis_invitation_accepted: false: User hasn’t accepted yetinvitation_sent_on: Timestamp when invitation was sentinvitation_accepted_on: null: Will be set when user acceptsAPI key authentication. Enter your API key directly in the Authorization header.
Name of the shared user
"Jon Doe"
Email address of the shared user
Shared user access level id. Pre-defined access levels: Manager (1), Admin (2), Viewer (3)
"1"
User created successfully
Shared user relationship ID
479
When the invitation was sent
"2023-09-11T16:28:22.227002+05:30"
When the invitation was accepted
null
Whether invitation has been sent
true
Whether invitation has been accepted
false
When the user was added
"2023-09-11T16:28:22.223671+05:30"
When the user was last modified
"2023-09-11T16:28:22.227109+05:30"
Tags assigned to the user