Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request GET \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/users{
"object": "list",
"data_ref": "data",
"data": [
{
"id": "user_FgEAjOw6riObJdy81s2yZXdqZNiAV1pM",
"login": "name@youremaildomain.com",
"email": "name@youremaildomain.com",
"first_name": "Sammy",
"last_name": "Jones",
"projects": {
"proj_9KeAhZB1": "USER",
"proj_npnFzPr9": "USER",
"proj_pEP3NO9s": "USER",
"proj_zsPdrUIw": "ADMIN"
},
"is_owner": false
},
{
"id": "user_11sYvPrOj3XE573FO1cAzzk1p4k92wLL",
"login": "name@youremaildomain.com",
"email": "name@youremaildomain.com",
"first_name": "Alex",
"last_name": "Smith",
"projects": {
"proj_3CNHbOe0": "ADMIN"
},
"is_owner": true
}
],
"total": 2
}Lists all users assigned to the project.
curl --request GET \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/users{
"object": "list",
"data_ref": "data",
"data": [
{
"id": "user_FgEAjOw6riObJdy81s2yZXdqZNiAV1pM",
"login": "name@youremaildomain.com",
"email": "name@youremaildomain.com",
"first_name": "Sammy",
"last_name": "Jones",
"projects": {
"proj_9KeAhZB1": "USER",
"proj_npnFzPr9": "USER",
"proj_pEP3NO9s": "USER",
"proj_zsPdrUIw": "ADMIN"
},
"is_owner": false
},
{
"id": "user_11sYvPrOj3XE573FO1cAzzk1p4k92wLL",
"login": "name@youremaildomain.com",
"email": "name@youremaildomain.com",
"first_name": "Alex",
"last_name": "Smith",
"projects": {
"proj_3CNHbOe0": "ADMIN"
},
"is_owner": true
}
],
"total": 2
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Returns the list of all the users assigned to the project.
Object containing a list of users assigned to the project.
The type of the object represented by JSON. This object stores information about the users in a dictionary.
list Identifies the name of the attribute that contains the array of user objects.
data Array of user objects.
Show child attributes
The total number of users.
Was this page helpful?