Skip to main content

Update an existing user

PUT 

/v1/organizations/:organizationCode/users/:id

Update an existing user.

To update an existing 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 updated