cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/users/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "Pl4gr84v20xqu01js0ybj42s6vYtIz1T", "last_name": "Lopez", "name": "Miguel" } ] }
Get all the users.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
User id to filter the request.
HTTP OK
true
Array of Users
Show child attributes
Unique ID of the user.
"Pl4gr84v20xqu01js0ybj42s6vYtIz1T"
Last name of the user.
"Lopez"
Name of the user.
"Miguel"