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
{
"email": "Humberto_Schroeder@hotmail.com",
"role": "organiser",
"card_visibility": "all",
"language": "en",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}
Request samples
curl --location --request POST 'https://api.vplan.com/v1/user' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"email": "Humberto_Schroeder@hotmail.com",
"role": "organiser",
"card_visibility": "all",
"language": "en",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}'
Responses
This response does not have a body.
Modified at 2025-07-22 14:20:42