Skip to main content
POST
/
search
/
users
Search users
curl --request POST \
  --url https://api.managem.co.uk/search/users \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "usernames": [
    "<string>"
  ]
}
'
[
  {
    "id": "<string>",
    "username": "<string>",
    "reviews": 123,
    "rating": 123,
    "score": 123,
    "sales": 123,
    "purchases": 123,
    "joined": "2023-11-07T05:31:56Z",
    "avatar": "<string>",
    "cover": "<string>",
    "profile": "<string>"
  }
]

Body

application/json
ids
string[]

List of user IDs to lookup

Maximum array length: 25
usernames
string[]

List of usernames to lookup

Maximum array length: 25

Response

200 - application/json

List of users

id
string
required

Unique identifier for the user

username
string
required

Public username of the user

reviews
integer
required

Total number of reviews the user has received

rating
number
required

Confidence-based rating between 0 and 5

score
number
required

Average rating between 0 and 5

sales
integer
required

Total number of sales the user has made

purchases
integer
required

Total number of purchases the user has made

joined
string<date-time>

ISO timestamp when the user account was created

avatar
string<uri>

URL to the user's avatar image

cover
string<uri>

URL to the user's cover image

profile
string

Information about the user