Aller au contenu

/api/workspaces/{workspaceId}/invitations (POST)

POST
/api/workspaces/{workspaceId}/invitations
curl --request POST \
--url https://example.com/api/workspaces/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/invitations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "role": "example", "personalNote": "example" }'
workspaceId
required
string format: uuid
Media type application/json
object
email
string
nullable
role
string
nullable
personalNote
string
nullable
Example generated
{
"email": "example",
"role": "example",
"personalNote": "example"
}

OK