AladiaDocs
Api referenceSpacesMembers

Invite a member

Invite a space

POST
/v2/spaces/{spaceId}/members/invite

Invite 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 POST "https://example.com/v2/spaces/string/members/invite" \  -H "Content-Type: application/json" \  -d '{    "membersWithId": [      {        "profileId": "string",        "role": "course-observer"      }    ],    "membersWithEmail": [      {        "email": "string"      }    ]  }'
[  {}]