PATCH
/
users
/
{id}
/
roles
curl --request PATCH \
  --url https://api.theauthapi.com/users/{id}/roles \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "projectId": "<string>",
  "role": "<string>"
}'

Path Parameters

id
string
required

Body

application/json
accountId
string
required
role
string
required
projectId
string