[v1] Admin Users

Get user info.

get/v1/users/{userIdOrEmail}

Path parameters

string uuid required
OR
string email required

Response

Success

idstring uuid required
emailstring required
namestring required
phonestring
isActiveboolean required
jobTitlestring nullable

Changes

Changed in 5 of the 50 revisions of this API.211

    • added the required property strategicRoles to the response with the 200 status

      response-required-property-added

    • added the optional property jobTitle to the response with the 200 status

      response-optional-property-added

    • the path request parameter userIdOrEmail became required

      request-parameter-became-required

    • the path request parameter userIdOrEmail became optional

      request-parameter-became-optional

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

      response-optional-property-added

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

      response-optional-property-added

    • the response property email became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property isActive became required for the status 200

      response-property-became-required

    • the response property name became required for the status 200

      response-property-became-required

    • the response property roles/items/id became required for the status 200

      response-property-became-required

    • the response property roles/items/isActive became required for the status 200

      response-property-became-required

    • the path request parameter userIdOrEmail became required

      request-parameter-became-required