Skip to main content
POST
/
management
/
v1
/
projects
/
users
/
invite
Invite a New User
curl --request POST \
  --url https://{cluster}.voucherify.io/management/v1/projects/users/invite \
  --header 'Content-Type: application/json' \
  --header 'X-Management-Id: <api-key>' \
  --header 'X-Management-Token: <api-key>' \
  --data '{
  "email": "alex.doe@your-domain-name.com",
  "first_name": "Alex",
  "last_name": "Doe",
  "projects": {
    "proj_ExPr0jID": "USER",
    "proj_ExPr0jId": "role_XyZ7aB9cD2eF4gH1iJ0kL5mN6oP8qR3s"
  }
}'
This response does not have an example.

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Body

application/json
email
string
required
Example:
first_name
string
required
Example:
last_name
string
required
Example:
projects
object
required
Example:

Response