Docs

Add User

POST /Organizations/{organizationId}/users

POST/Organizations/{organizationId}/users

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **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 OrganizationBasicAccess permission.
  • 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

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to add the user to.

Request Body

FieldTypeRequiredDescription
emailstringRequiredEmail address of the user to invite.