No description available.
Parameters
Output
Encoding
application/jsongroups
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"relation": {
"type": "string"
},
"resource": {
"type": "string"
}
}
}
}
}
},
"encoding": "application/json"
},
"$authzed": "admin",
"$flexicon": {
"action": "rel-list"
},
"parameters": {
"type": "params",
"properties": {
"id": {
"type": "string"
},
"limit": {
"type": "integer"
},
"cursor": {
"type": "string"
}
}
}
}