Lists the communities the authenticated user is a member of, in their preferred sidebar order.
Output
application/jsoncommunities
array
Required
No description available.
Errors
AuthRequired
Missing, malformed, or unverifiable 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": "Missing, malformed, or unverifiable service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"communities"
],
"properties": {
"communities": {
"type": "array",
"items": {
"ref": "lex:social.colibri.actor.listCommunities#communityView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Lists the communities the authenticated user is a member of, in their preferred sidebar order."
}