- General
- Endpoints
Invite User
POST
/user
Request
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Body Params application/json
email
string <email>
required
role
enum<string>
required
Allowed values:
adminmanagerorganisermemberguest
card_visibility
enum<string>
optional
Allowed values:
alllinked
Default:
all
language
enum<string>
optional
Allowed values:
nldeesfritplpten
Default:
nl
resource
object | null
optional
Example
{
"email": "Finn.Bergnaum@hotmail.com",
"mobile": "974-756-9952 x111",
"role": "organiser",
"card_visibility": "all",
"language": "de",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vplan.com/v1/user' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Finn.Bergnaum@hotmail.com",
"mobile": "974-756-9952 x111",
"role": "organiser",
"card_visibility": "all",
"language": "de",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}'
Responses
🟢201Created
This response does not have a body.
🟠422Unprocessable Content
🟠404Not Found
🟠401Not Logged In
Modified at 2025-06-26 07:40:49