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>"
}Invite Member
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>"
}Authorizations
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Path Parameters
The workspace ID
Pattern:
^ws_[a-z0-9]+$Body
application/json
Response
Invitation sent
Last modified on May 18, 2026
⌘I