GET
/
v2.01
/
{ClientId}
/
users
// GET has no body parameters
[ 
   {
       "Id": "158026537",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670863988,
       "PersonType": "LEGAL",
       "Email": "richard.moulin@email.com",
       "KYCLevel": "LIGHT",
       "TermsAndConditionsAccepted": false,
       "TermsAndConditionsAcceptedDate": null,
       "UserCategory": "PAYER",
       "UserStatus": "ACTIVE"
   },
   {
       "Id": "158025445",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670862022,
       "PersonType": "NATURAL",
       "Email": "email@test.com",
       "KYCLevel": "LIGHT",
       "TermsAndConditionsAccepted": true,
       "TermsAndConditionsAcceptedDate": 1670862022,
       "UserCategory": "OWNER",
       "UserStatus": "ACTIVE"
   },
   {
       "Id": "158026721",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670864174,
       "PersonType": "LEGAL",
       "Email": "cortney_douglas@yahoo.com",
       "KYCLevel": "REGULAR",
       "TermsAndConditionsAccepted": true,
       "TermsAndConditionsAcceptedDate": 1670864174,
       "UserCategory": "OWNER",
       "UserStatus": "ACTIVE"
   }
]  

This endpoint returns key information for each user created by the platform.

Query parameters

page
integer
Start value: 1Default value: 1Indicates the index of the page for the pagination.
per_page
integer
Min. value: 1; max. value: 100Default value: 10Indicates the number of items returned for each page of the pagination.
Sort
string
Allowed values: CreationDate:ASC, CreationDate:DESCIndicates the direction in which to sort the list.

Responses

200

[ 
   {
       "Id": "158026537",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670863988,
       "PersonType": "LEGAL",
       "Email": "richard.moulin@email.com",
       "KYCLevel": "LIGHT",
       "TermsAndConditionsAccepted": false,
       "TermsAndConditionsAcceptedDate": null,
       "UserCategory": "PAYER",
       "UserStatus": "ACTIVE"
   },
   {
       "Id": "158025445",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670862022,
       "PersonType": "NATURAL",
       "Email": "email@test.com",
       "KYCLevel": "LIGHT",
       "TermsAndConditionsAccepted": true,
       "TermsAndConditionsAcceptedDate": 1670862022,
       "UserCategory": "OWNER",
       "UserStatus": "ACTIVE"
   },
   {
       "Id": "158026721",
       "Tag": "Created using MANGOPAY API Collection Postman",
       "CreationDate": 1670864174,
       "PersonType": "LEGAL",
       "Email": "cortney_douglas@yahoo.com",
       "KYCLevel": "REGULAR",
       "TermsAndConditionsAccepted": true,
       "TermsAndConditionsAcceptedDate": 1670864174,
       "UserCategory": "OWNER",
       "UserStatus": "ACTIVE"
   }
]  

// GET has no body parameters