Get User
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
The Payabli-generated userId value.
Query Parameters
The entrypoint identifier.
Entry level: 0 - partner, 2 - paypoint
Response
Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. Example usage:
{
"additionalData": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}
The timestamp for the user's creation, in UTC.
The user's email address.
The user's locale for PartnerHub and PayHub localization. Supported values:
en
es
The timestamp for the user's last activity, in UTC.
The user's phone number.
Additional data provided by the social network related to the customer.
Identifier or token for customer in linked social network.
Social network linked to customer. Possible values: facebook, google, twitter, microsoft.
Timezone, in UTC offset. For example, -5 is Eastern time.
The user's ID in Payabli.
When true
, multi-factor authentication (MFA) is enabled.
The user's status:
- Inactive: 0
- Active: 1
- Deleted: -99
- Locked: 85
0
, 1
, -99
, 85
Was this page helpful?