user

get a user by id

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

get/api/v1/users/{id}

Path parameters

idstring required

ID of user to use

Response

User data

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 8 of the 19 revisions of this API.1714

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

      api-path-removed-without-deprecation

    • endpoint added

      endpoint-added

  • 1134b4a506a533See the full diff
    • 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

    • 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 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 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 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 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 optional property roles/items/description from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-removed

    • 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