GetMemberPermissions
Return a clan member's permissions Only the clan leader and the clan member can use this endpoint.
GET
/clans/{clanid}/members/{memberid}/permissions/
curl \
--request GET 'http://api.example.com/clans/{clanid}/members/{memberid}/permissions/' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"clanid": 42,
"discordid": "string",
"request": true,
"kickmembers": true,
"walkers": true,
"bot": true,
"diplomacy": true
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string