Skip to main content

Create a new user

POST 

/v1/organizations/:organizationCode/users

Create a new user.

To create a new user, you should get informations first in order to be able to provide all necessary information:

  • profiles via GET /v1/organizations/{organizationCode}/users/profiles
  • companies via GET /v1/organizations/{organizationCode}/users/companies
  • authorizations via GET /v1/organizations/{organizationCode}/users/authorizations
  • permissions via GET /v1/organizations/{organizationCode}/users/permissions

Request

Responses

User has been created