Skip to main content

providers_scim_groups_retrieve

GET 

/providers/scim_groups/:id/

SCIMProviderGroup Viewset

Request

Path Parameters

    id uuidrequired

    A UUID string identifying this scim provider group.

Responses

Schema

    id uuidrequired
    scim_id stringrequired
    group uuidrequired

    group_obj

    object

    required

    Simplified Group Serializer for user's groups

    pk uuidrequired
    num_pk integerrequired

    Get a numerical, int32 ID for the group

    name stringrequired
    is_superuser boolean

    Users added to this group will be superusers.

    parent uuidnullable
    parent_name stringnullablerequired
    attributes object
    provider integerrequired
Loading...