SSOReadyService

Gets a SCIM user.

get/v1/scim/users/{id}

Path parameters

idstring required

ID of the SCIM user to get.

Response

OK

Changes

Changed in 2 of the 7 revisions of this API.152

  • 9a895b843207151See the full diff
    • the scimUser response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property scimUser/attributes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimUser/deleted from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimUser/email from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimUser/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimUser/scimDirectoryId from the response with the 200 status

      response-optional-property-removed

    • added SCIMUser to the scimUser response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added