Query parameters
Start value:
1
Default value: 1
Indicates the index of the page for the pagination.Min. value:
1
; max. value: 100
Default value: 10
Indicates the number of items returned for each page of the pagination.Allowed values:
CreationDate:ASC
, CreationDate:DESC
Indicates the direction in which to sort the list.Responses
200
200
The list of users created by the platform.
Show properties
Show properties
The key information on the user created by the platform.
Show properties
Show properties
Max length: 128 characters (see data formats for details)The unique identifier of the object.
Max. length: 255 charactersCustom data that you can add to this object.
The date and time at which the object was created.
Returned values: NATURAL, LEGALThe type of the user:
NATURAL
– Natural users are individuals (natural persons).LEGAL
– Legal users are legal entities (legal persons) like companies, non-profits, and sole proprietors.
PersonType
is defined by the endpoint used to create the user and can’t be modified.Format: A valid email addressThe email address of the user.
Default value:
LIGHT
Returned values: LIGHT
, REGULAR
The verification status of the user set by Mangopay:LIGHT
– Unverified, assigned by default to all users.REGULAR
– Verified, meaning the user has successfully completed the verification process and had the necessary documents validated by Mangopay. Only users whoseUserCategory
isOWNER
can submit verification documents for validation. Only users whoseKYCLevel
isREGULAR
can request payouts.
Whether the user has accepted Mangopay’s terms and conditions (as defined by your contract, see the T&Cs guide for details).Must be
true
if UserCategory
is OWNER
.The date and time at which the
TermsAndConditionsAccepted
value was set to true
.Returned null
if UserCategory
is PAYER
.Possible values:
PAYER
, OWNER
, PLATFORM
The category of the user:PAYER
– User who can only make pay-ins to their wallets and transfers to other wallets (as well as refunds for pay-ins and transfers).OWNER
– User who can also receive transfers to their wallets. Owners are able to request KYC verification, which if successful gives them theKYCLevel
ofREGULAR
and the ability to request payouts.PLATFORM
– Single specific user that represents the platform. ThePLATFORM
value is only assigned by Mangopay and may be used as part of the validated workflow implemented by the platform.
Returned values: ACTIVE, CLOSEDInternal use only. This field can only be used and updated by Mangopay teams.
Copy
Ask AI
[
{
"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"
}
]
Copy
Ask AI
// GET has no body parameters