v19

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2022-08-18272033.9 KB
user

Create user

This can only be done by a logged in user who has the required privileges.

post/api/v1/users

Request body

idstring

User Id

usernamestring required

Username as an email address

firstnamestring required

firstname

lastnamestring required

lastname

status'ACTIVE' | 'PENDING' | 'DISABLED'
tenantstring
permissionsPermissions[]
confirmedboolean

true, if the confirmation link/email has been triggered

imgstring

url to user image

Response

Id of created user

idstring

User Id

usernamestring required

Username as an email address

firstnamestring required

firstname

lastnamestring required

lastname

status'ACTIVE' | 'PENDING' | 'DISABLED'
tenantstring
permissionsPermissions[]
confirmedboolean

true, if the confirmation link/email has been triggered

imgstring

url to user image