简体中文
Send invitations by e-mail
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/space/{spaceId}/invitation/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "[email protected]" ], "role": "owner" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
owner
creator
editor
commenter
viewer
Successful response, return invitation information.
显示 子属性
此页面对您有帮助吗?