POST
/
v1
/
staff.listStaff
List staff members
curl --request POST \
  --url https://api.steamsets.com/v1/staff.listStaff \
  --header 'Authorization: Bearer <token>'
[
  {
    "appCost": 123456,
    "apps": 123456,
    "avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
    "awardsGiven": 123456,
    "awardsReceived": 123456,
    "badges": 123456,
    "bans": 1,
    "city": {
      "name": "Bad Krozingen"
    },
    "country": {
      "code": "DE",
      "name": "Germany"
    },
    "createdAt": "2023-01-01T00:00:00Z",
    "donated": 123456,
    "economyBan": "steam",
    "foilBadgeCost": 123456,
    "foilBadges": 123456,
    "friends": 123456,
    "gameBans": 1,
    "level": 123456,
    "name": "steamsets",
    "normalBadgeCost": 123456,
    "normalBadges": 123456,
    "playtime": 123456,
    "pointsGiven": 123456,
    "pointsReceived": 123456,
    "privacy": "public",
    "region": {
      "name": "Europe"
    },
    "roles": [
      {
        "extras": {},
        "rating": 123,
        "role": "user"
      }
    ],
    "state": {
      "name": "Baden-Wurttemberg"
    },
    "steamId": "76561198842603734",
    "steamSetsScore": 1,
    "steamSetsVanity": "steamsets",
    "steamVanity": "steamsets",
    "vacBans": 1,
    "xp": 123456
  }
]
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

array | null

OK

appCost
integer
required
deprecated

The cost of an app

Required range: x >= 0
Examples:

123456

apps
integer
required

The number of apps the account has

Required range: x >= 0
Examples:

123456

avatar
string
required

The avatar hash of the account

Examples:

"f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9"

awardsGiven
integer
required

The number of awards the account has

Required range: x >= 0
Examples:

123456

awardsReceived
integer
required

The number of awards the account has

Required range: x >= 0
Examples:

123456

badges
integer
required

The number of badges the account has

Required range: x >= 0
Examples:

123456

bans
integer
required

The number of bans

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

The time the account was created

Examples:

"2023-01-01T00:00:00Z"

donated
integer
required

The total of donations the account has

Required range: x >= 0
Examples:

123456

economyBan
string
required

The economy ban of the account

Examples:

"steam"

foilBadgeCost
integer
required
deprecated

The cost of a foil badge

Required range: x >= 0
Examples:

123456

foilBadges
integer
required

The number of foil badges the account has

Required range: x >= 0
Examples:

123456

friends
integer
required

The number of friends the account has

Required range: x >= 0
Examples:

123456

gameBans
integer
required

The number of game bans

Required range: x >= 0
level
integer
required

The level of the account

Required range: x >= 0
Examples:

123456

name
string
required

The name of the account

Examples:

"steamsets"

normalBadgeCost
integer
required
deprecated

The cost of a normal badge

Required range: x >= 0
Examples:

123456

normalBadges
integer
required

The number of normal badges the account has

Required range: x >= 0
Examples:

123456

playtime
integer
required

The playtime of the account

Required range: x >= 0
Examples:

123456

pointsGiven
integer
required

The number of points the account has

Required range: x >= 0
Examples:

123456

pointsReceived
integer
required

The number of points the account has

Required range: x >= 0
Examples:

123456

privacy
enum<string>
required

The privacy of the account

Available options:
public,
private,
friends_only
Examples:

"public"

roles
object[] | null
required

The roles of the account

steamId
string
required

The steam id

Examples:

"76561198842603734"

steamSetsScore
integer
required

The steam sets score

Required range: x >= 0
steamSetsVanity
string
required

The vanity of the account

Examples:

"steamsets"

steamVanity
string
required

The vanity of the account

Examples:

"steamsets"

vacBans
integer
required

The number of vac bans

Required range: x >= 0
xp
integer
required

The number of xp the account has

Required range: x >= 0
Examples:

123456

city
object | null

The city of the account

country
object | null

The country of the account

region
object | null

The region of the account

state
object | null

The state of the account

object | null