Docs
Add User
POST /Organizations/{organizationId}/users
POST
/Organizations/{organizationId}/usersRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Invites a user to the organization by email address. The behavior depends on whether the email already has a BackOps account:
- Existing user — the user is added directly with
OrganizationBasicAccesspermission. - New user — an invitation is created and a welcome email is sent via SendGrid.
Duplicate invitations and blacklisted addresses are rejected.
Requires OrganizationAdmin permission. Cannot add users to a personal organization.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization to add the user to. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| string | Required | Email address of the user to invite. |