POST
/
api
/
org
/
members
curl --request POST \
  --url https://lyra.so/api/v1/api/org/members \
  --header 'Content-Type: application/json' \
  --header 'X-LYRA-API-KEY: <api-key>' \
  --data '{
  "email": "jsmith@example.com"
}'
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-LYRA-API-KEY
string
header
required

Body

application/json
email
string
required

Email address of the user to invite

Response

200
application/json
Invitation sent successfully
user_id
string

The ID of the invited user