v1

latestOpenAPI 3.0.32026-07-173038118.9 KB
Users

Create a user

post/api/user

Request body

apikeystring

Deprecated legacy API key transport. Prefer the x-api-key header.

emailstring email required

Email address of the user to create.

namestring

Display name for the user.

permissionsstring[]

Permissions to assign to the user.

subscribedToUpdatesboolean

Whether the user should be subscribed to marketing updates.

Response

User created successfully.

emailstring required

MD5 hash of the user email.

Example response

{
  "email": "5d41402abc4b2a76b9719d911017c592"
}
All 30 operations