Update Member
PATCH
/members/{companyID}/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/members/2e45388c-8351-4426-b5f5-703542621471/0dcb8db2-d36b-45dd-a311-360996776d03' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": "53962423-e5a6-47ea-8230-c282957c43d6"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyID
string
requerido
Exemplo:
2e45388c-8351-4426-b5f5-703542621471
id
string
requerido
Exemplo:
0dcb8db2-d36b-45dd-a311-360996776d03
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01