Gets the requesting user's communities, in their preferred order.
Output
Encoding
application/jsoncommunities
array
Required
The requesting user's communities, in preferred sidebar order.
Errors
AuthRequired
The request has no valid service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"communities"
],
"properties": {
"communities": {
"type": "array",
"items": {
"ref": "social.colibri.beta.community.defs#communityView",
"type": "ref"
},
"description": "The requesting user's communities, in preferred sidebar order."
}
}
},
"encoding": "application/json"
},
"description": "Gets the requesting user's communities, in their preferred order."
}