update:users
update:users
permission. Make sure your token was created with this permission during token creation.curl --location --request PATCH 'https://api-v2.getmarvia.com/v1/users/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"countryCode": "st",
"mobilePhone": "string",
"companyName": "string",
"timezone": "string",
"website": "string",
"title": "string",
"enabled": true,
"role": "administrator",
"language": "en"
}'
{
"_tag": "Success",
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}