Create a user.

post/v1/users

Request body

namestring required

Name of the user.

emailstring email required

Email of the user.

role'ADMIN' | 'ASSESSMENT' | 'ACCESSOR' | 'QUALIFYING_ACCESSOR' required

Role of the user.

organisationIdstring uuid required

Id of the organisation.

unitIdsstring[] required

Ids of the organisation units.

Response

The user has been created.

idstring

The user id.

Changes