Api referenceSpacesMembers
Assign license of a member
Assign license a space
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" ] }'{}