Skip to main content

providers_microsoft_entra_groups_create

POST 

/api/v3//providers/microsoft_entra_groups/

MicrosoftEntraProviderGroup Viewset

Request

Body

required

    microsoft_id stringrequired

    Possible values: non-empty

    group uuidrequired
    provider integerrequired

Responses

Schema

    id uuidrequired
    microsoft_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

    Possible values: <= 80 characters

    is_superuser boolean

    Users added to this group will be superusers.

    parent uuidnullable
    parent_name stringnullablerequired
    attributes object
    provider integerrequired
    attributes required
curl -L -X POST '/api/v3/providers/microsoft_entra_groups/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"microsoft_id": "string",
"group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"provider": 0
}'
Request Collapse all
Base URL
/api/v3
Auth
Body required
{
  "microsoft_id": "string",
  "group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "provider": 0
}