curl --request PUT \
--url https://app.aptlystar.ai/api/v1/aptlyteam/{id} \
--header 'Content-Type: */*' \
--data '
{
"username": "<string>",
"email": "[email protected]",
"activestatus": true,
"roleId": 123,
"password": "<string>"
}
'This response has no body data.curl --request PUT \
--url https://app.aptlystar.ai/api/v1/aptlyteam/{id} \
--header 'Content-Type: */*' \
--data '
{
"username": "<string>",
"email": "[email protected]",
"activestatus": true,
"roleId": 123,
"password": "<string>"
}
'This response has no body data.