List Scim profiles

Retrieves a list of all existing Scim profiles

Responses
  • 200 Scim profiles list

    Array [

    _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.

    ]

  • 204 No scim profiles defined or insufficient permissions
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error