Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Body Params application/json
{
"role": "guest",
"card_visibility": "all",
"resource": {
"id": "a7e0ef0a-86aa-4567-8a14-51c663bcf6ea"
}
}
Request samples
curl --location --request PUT 'https://api.vplan.com/v1/user/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"role": "guest",
"card_visibility": "all",
"resource": {
"id": "a7e0ef0a-86aa-4567-8a14-51c663bcf6ea"
}
}'
Responses
This response does not have a body.
Modified at 2025-07-22 14:20:42