Skip to main content
POST
/
v1
/
staff.listStaff
List staff members
curl --request POST \
  --url https://api.steamsets.com/v1/staff.listStaff \
  --header 'Authorization: Bearer <token>'
[
  {
    "appCost": 1,
    "apps": 1,
    "avatar": "<string>",
    "awardsGiven": 1,
    "awardsReceived": 1,
    "badges": 1,
    "bans": 1,
    "createdAt": "2023-11-07T05:31:56Z",
    "donated": 1,
    "economyBan": "<string>",
    "foilBadgeCost": 1,
    "foilBadges": 1,
    "friends": 1,
    "gameBans": 1,
    "level": 1,
    "name": "<string>",
    "normalBadgeCost": 1,
    "normalBadges": 1,
    "playtime": 1,
    "pointsGiven": 1,
    "pointsReceived": 1,
    "privacy": "public",
    "roles": [
      {
        "extras": {},
        "rating": 123,
        "role": "user"
      }
    ],
    "steamId": "<string>",
    "steamSetsScore": 1,
    "steamSetsVanity": "<string>",
    "steamVanity": "<string>",
    "vacBans": 1,
    "xp": 1,
    "city": {
      "name": "<string>"
    },
    "country": {
      "name": "<string>",
      "code": "<string>"
    },
    "region": {
      "name": "<string>"
    },
    "state": {
      "name": "<string>"
    }
  }
]
This endpoint supports API key authentication for external integrations

API Access

This endpoint can be accessed using:
  • API Keys: For external applications and integrations
  • User Sessions: For web application access
See our API documentation for authentication details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

(object | null)[] | null

OK

appCost
integer<int32>
required
deprecated

The cost of an app

Required range: x >= 0
apps
integer<int32>
required

The number of apps the account has

Required range: x >= 0
avatar
string
required

The avatar hash of the account

awardsGiven
integer<int32>
required

The number of awards the account has

Required range: x >= 0
awardsReceived
integer<int32>
required

The number of awards the account has

Required range: x >= 0
badges
integer<int32>
required

The number of badges the account has

Required range: x >= 0
bans
integer<int32>
required

The number of bans

Required range: x >= 0
createdAt
string<date-time>
required

The time the account was created

donated
integer<int32>
required

The total of donations the account has

Required range: x >= 0
economyBan
string
required

The economy ban of the account

foilBadgeCost
integer<int32>
required
deprecated

The cost of a foil badge

Required range: x >= 0
foilBadges
integer<int32>
required

The number of foil badges the account has

Required range: x >= 0
friends
integer<int32>
required

The number of friends the account has

Required range: x >= 0
gameBans
integer<int32>
required

The number of game bans

Required range: x >= 0
level
integer<int32>
required

The level of the account

Required range: x >= 0
name
string
required

The name of the account

normalBadgeCost
integer<int32>
required
deprecated

The cost of a normal badge

Required range: x >= 0
normalBadges
integer<int32>
required

The number of normal badges the account has

Required range: x >= 0
playtime
integer<int32>
required

The playtime of the account

Required range: x >= 0
pointsGiven
integer<int32>
required

The number of points the account has

Required range: x >= 0
pointsReceived
integer<int32>
required

The number of points the account has

Required range: x >= 0
privacy
enum<string>
required

The privacy of the account

Available options:
public,
private,
friends_only
roles
object[] | null
required

The roles of the account

steamId
string
required

The steam id

steamSetsScore
integer<int32>
required

The steam sets score

Required range: x >= 0
steamSetsVanity
string
required

The vanity of the account

steamVanity
string
required

The vanity of the account

vacBans
integer<int32>
required

The number of vac bans

Required range: x >= 0
xp
integer<int32>
required

The number of xp the account has

Required range: x >= 0
city
object

The city of the account

country
object

The country of the account

region
object

The region of the account

state
object

The state of the account