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
- 201
- 202
- 409
User has been created
User creation seems to have been done but cannot be confirmed because user could not be found
User creation cannot be done because user already exists