v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Create Enterprise User or Enterprise Admin User

As an Enterprise Admin create an Enterprise User or another Enterprise Admin User.

post/api/v1/organizations/users

Request body

emailstring required

The email address of the new Enterprise User or Enterprise Admin User.

role'MEMBER' | 'ADMIN' required

The role of the new user. "MEMBER" for Enterprise User and "ADMIN" for Enterprise Admin User.

Response

200

userIdstring
userApiKeystring

Returned when the created user is type ADMIN.

Example response

{
  "userId": "906fc259-ef0a-4736-bdcd-c1d5a78db483",
  "buyerAgent": {
    "id": "5d084831-4a11-4970-bf62-bb6fc0b9f3a2",
    "apiKey": "aff074ee-ea8b-4643-bad1-913a534a5d7a"
  }
}