POST
/
accounts
/
{id}
/
users
curl --request POST \
  --url https://api.theauthapi.com/accounts/{id}/users \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'

Path Parameters

id
string
required

Body

application/json
email
string
required