GET
/
api
/
v3
/
communities
/
{communityId}
/
permissions
/
me
Get self permission in community
curl --request GET \
  --url https://apix.us.amity.co/api/v3/communities/{communityId}/permissions/me \
  --header 'Authorization: Bearer <token>'
{
  "isCreator": false,
  "permissions": [
    "MUTE_CHANNEL"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

communityId
string
required
Required string length: 1 - 900

Response

200
application/json

Communities permission information for this user

The response is of type object.