patch https://{domain}.uspacy.ua/company/v1/users/
Update user data by id.
Log in to see full request history
Responses
401Access token is missing or invalid
Update user data by id.
401Access token is missing or invalid
xxxxxxxxxx
10curl --request PATCH \
--url https://domain.uspacy.ua/company/v1/users/userId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"birthday": 0,
"showBirthYear": false
}
'
Try It!
to start a request and see the response here! Or choose an example: