Apply Permission Key
This endpoint allows you to apply a permission key to a user from your community.
Apply Permission Key
Request Body
Name
Type
Description
Permission key {{ KEY }} applied!INVALID REQUEST TYPE
INVALID COMMUNITY ID
API ENDPOINT IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEYAPI ID NOT LINKED TO AN ACCOUNT IN THIS COMMUNITY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "APPLY_PERMISSION_KEY",
"data": [
{
"apiId": "STEAM:1234", // API ID entered in the unit identifiers
// Typically, this is their STEAM ID
"permissionKey": "Key123" // Name of Permission Key
},
]
}Last updated
Was this helpful?

