Update Scim profile

Update an existing Scim profile

Body required
application/json

The Scim profile to update

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.

Responses
  • 200 Scim profile successfully updated
    _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.

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