post https://apis.elai.io/api/v1/users
Invite user to your account. User will receive an email with instructions to set the password.
Log in to see full request history
{
"name": "Mike",
"email": "mike@company.com",
"role": "user"
}
Responses
Invite user to your account. User will receive an email with instructions to set the password.
{
"name": "Mike",
"email": "mike@company.com",
"role": "user"
}
xxxxxxxxxx
curl --request POST \
--url https://apis.elai.io/api/v1/users \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: