users
Create User
post/users
Request body
idstring uuid nullable
first_namestring required
The first name for the user
last_namestring nullable
The last name for the user
usernamestring required
The username for the user
role'owner' | 'admin' | 'annotator'
passwordstring required
The password for the user
Response
Successful Response
idstring uuid required
first_namestring required
last_namestring nullable
usernamestring required
role'owner' | 'admin' | 'annotator' required
api_keystring required
inserted_atstring date-time required
updated_atstring date-time required