Users
Update a user's permissions.
This will replace their current permissions!
put/users/{user_id}/permissions
Path parameters
user_idstring u-int64 required
a 64-bit SteamID
Example:76561198282622073
the user's SteamID
Request body
Example request
{
"permissions": [
"servers"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.