Skip to main content

providers_scim_retrieve

GET 

/api/v3//providers/scim/:id/

SCIMProvider Viewset

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this SCIM Provider.

Responses

Schema

    pk ID (integer)required
    name stringrequired
    property_mappings uuid[]
    property_mappings_group uuid[]

    Property mappings used for group creation/updating.

    component stringrequired

    Get object component so that we know how to edit the object

    assigned_backchannel_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_name stringrequired

    Application's display Name.

    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

    url stringrequired

    Base URL to SCIM requests, usually ends in /v2

    token stringrequired

    Authentication token

    exclude_users_service_account boolean
    filter_group uuidnullable
curl -L '/api/v3/providers/scim/:id/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired