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

Changes

Changed in 7 of the 19 revisions of this API.31125

  • 1134b4a506a5336See the full diff
    • removed the enum value active of the request property status

      request-property-enum-value-removed

    • removed the enum value disabled of the request property status

      request-property-enum-value-removed

    • removed the enum value pending of the request property status

      request-property-enum-value-removed

    • added the new ACTIVE enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new DISABLED enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new PENDING enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new ACTIVE enum value to the request property status

      request-property-enum-value-added

    • added the new DISABLED enum value to the request property status

      request-property-enum-value-added

    • added the new PENDING enum value to the request property status

      request-property-enum-value-added

    • removed the active enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the disabled enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the pending enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • added the new optional request property roles/items/description

      new-optional-request-property

    • added the new optional request property roles/items/isGlobal

      new-optional-request-property

    • added the optional property roles/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property roles/items/isGlobal to the response with the 200 status

      response-optional-property-added

    • removed the request property roles/items/isCreated

      request-property-removed

    • removed the request property roles/items/isUpdated

      request-property-removed

    • removed the optional property roles/items/isCreated from the response with the 200 status

      response-optional-property-removed

    • removed the optional property roles/items/isUpdated from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property roles/items/createdAt

      new-optional-request-property

    • added the new optional request property roles/items/updatedAt

      new-optional-request-property

    • added the optional property roles/items/createdAt to the response with the 200 status

      response-optional-property-added

    • added the optional property roles/items/updatedAt to the response with the 200 status

      response-optional-property-added

    • added the new optional request property roles/items/id

      new-optional-request-property

    • added the new optional request property roles/items/isCreated

      new-optional-request-property

    • added the new optional request property roles/items/isUpdated

      new-optional-request-property

    • added the optional property roles/items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property roles/items/isCreated to the response with the 200 status

      response-optional-property-added

    • added the optional property roles/items/isUpdated to the response with the 200 status

      response-optional-property-added

    • removed the request property roles/items/description

      request-property-removed

    • removed the optional property roles/items/description from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property roles/items/scope

      new-optional-request-property

    • added the optional property roles/items/scope to the response with the 200 status

      response-optional-property-added

    • removed the request property roles/items/scope

      request-property-removed

    • removed the optional property roles/items/scope from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property roles/items/description

      new-optional-request-property

    • added the optional property roles/items/description to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog