POST
/
api
/
v1
/
aptlyteam
/
add
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/aptlyteam/add \
  --header 'Content-Type: */*' \
  --data '{
  "username": "<string>",
  "email": "jsmith@example.com",
  "password": "<string>",
  "activestatus": true,
  "roleId": 123
}'

Body

*/*