Skip to main content
POST
/
api
/
v1
/
aptlyteam
/
role
/
add
cURL
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/aptlyteam/role/add \
  --header 'Content-Type: */*' \
  --data '
{
  "name": "<string>",
  "roleKey": "<string>",
  "activeStatus": true
}
'

Body

*/*
name
string
required
roleKey
string
required
activeStatus
boolean
required