Users
Returns the user with the specified ID.
get/users/{user_id}
Path parameters
user_idstring u-int64 required
a 64-bit SteamID
Example:76561198282622073
the user's SteamID
Response
Example response
{
"id": "76561198282622073",
"name": "AlphaKeks",
"permissions": [
"servers"
],
"registered_at": "1970-01-01T00:00:00Z"
}