AladiaDocs
Api referenceSpacesMembers

Assign license group of a member

Assign license group a space

PATCH
/v2/spaces/{spaceId}/members/assign-license-group

Assign license group a space

AuthorizationBearer <token>

In: header

Path Parameters

spaceId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/spaces/string/members/assign-license-group" \  -H "Content-Type: application/json" \  -d '{    "courseId": "string",    "groupId": "string"  }'
{}