Get organizations access
GET/roles/organization-access-list
Get the list of organizations the logged-in user has SPECIFIC access to
Responses
- 200
- 401
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
Unauthorized
Server Error
Loading...