user

Modify a user by id

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

put/api/v1/users/{id}

Path parameters

idstring required

ID of user to use

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

successful operation

Changes

Changed in 8 of the 19 revisions of this API.4414

  • 016871a170fd11See the full diff
    • api path removed without deprecation

      api-path-removed-without-deprecation

    • endpoint added

      endpoint-added

  • 1134b4a506a533See 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 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

    • 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

    • removed the request property roles/items/isCreated

      request-property-removed

    • removed the request property roles/items/isUpdated

      request-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 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

    • removed the request property roles/items/description

      request-property-removed

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

      new-optional-request-property

    • removed the request property roles/items/scope

      request-property-removed

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

      new-optional-request-property

    • 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