Invite a new member
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"
}
'{
"invitation_id": "<string>"
}Convidar Membro
POST
/
api
/
workspace
/
{workspaceId}
/
members
/
invite
Invite a new member
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"
}
'{
"invitation_id": "<string>"
}Autorizações
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Parâmetros de caminho
The workspace ID
Pattern:
^ws_[a-z0-9]+$Corpo
application/json
Resposta
Invitation sent
Última modificação em 18 de maio de 2026
⌘I