AladiaDocs
Api referenceSpacesMembers

Assign license of a member

Assign license a space

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

Assign license 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" \  -H "Content-Type: application/json" \  -d '{    "courseId": "string",    "profileIds": [      "string"    ]  }'
{}