Retrieve a Scim profile

Retrieves an existing Scim profile based on its name

Path parameters
name
string required

Scim profile name

Example OktaScim
Responses
  • 200 The retrieved Scim profile
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The name of the Scim profile

    description
    string | null

    The description of the Scim profile

    mailType
    string | null

    The mail type corresponds to the mail coming from the scim provider that must be synchronised in horizon. By default, the mail type is "work".

    mappings
    array of objects | null

    The mapping used to synchronize user and group between the scim provider and Horizon.

  • 401 Authentication error
  • 403 Forbidden action
  • 404 Scim profile not found
  • 500 Unexpected internal server error