Bem-vindo ao nosso novo hub de docs! Central de Ajuda + Docs para Desenvolvedores em um só lugar.
cURL
curl --request POST \ --url https://app.alana.shopping/api/workspace/{workspaceId}/members/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "role": "owner" } '
{ "invitation_id": "<string>" }
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
^ws_[a-z0-9]+$
owner
admin
member
viewer
Invitation sent
Suggestions
Contact support