v1

latestSwagger 2.02026-07-1771241.1 KB
Accounts

Returns a list of user account based on the provided query parameters.

get/users

Query parameters

keywordstring required

A keyword to look for in the usernames

limitinteger

Limit of elements to return. Defaults to 10

offsetinteger

Elements to skip before starting to look for

Headers

Authorizationstring required

Insert your access token

X-Account-Metadatastring

Insert your metadata token

Response

OK

activeboolean
citystring
countrystring
emailstring
idstring
phoneNumberstring
pingedboolean
profilePictureUrlstring
referralType'CONTACTS' | 'T1' | 'T2' | 'TEAM'
usernamestring
verifiedboolean

Example response

[
  {
    "active": true,
    "city": "New York",
    "country": "US",
    "email": "jdoe@gmail.com",
    "id": "did:ethr:0x4B73C58370AEfcEf86A6021afCDe5673511376B2",
    "phoneNumber": "+12099216581",
    "profilePictureUrl": "https://somecdn.com/p1.jpg",
    "username": "jdoe",
    "verified": true
  }
]