Skip to main content

sources_scim_groups_partial_update

PATCH 

/api/v3//sources/scim_groups/:id/

SCIMSourceGroup Viewset

Request

Path Parameters

    id stringrequired

    A unique value identifying this scim source group.

Body

    idstring

    Possible values: non-empty

    groupuuid
    sourceuuid
    attributes

Responses

Schema
    idstringrequired
    groupuuidrequired
    group_obj object

    Simplified Group Serializer for user's groups

    pkuuidrequired
    num_pkintegerrequired

    Get a numerical, int32 ID for the group

    namestringrequired
    is_superuserboolean

    Users added to this group will be superusers.

    parentuuidnullable
    parent_namestringnullablerequired
    attributes object
    property name*any
    sourceuuidrequired
    attributes

Authorization: http

name: authentiktype: httpscheme: bearer

Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body
{
  "id": "string",
  "group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "source": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "attributes": {}
}