List organizations
GET /api/organizations list all the organizations available on the server
Required scope: users:manage:all
| Query Parameters |
|---|
page int32 |
q string |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object[] — OPTIONALid string — OPTIONAL | name string — OPTIONAL | label string — OPTIONAL |
| page_number int32 — OPTIONAL | page_size int32 — OPTIONAL | total_pages int32 — OPTIONAL | total_entries int32 — OPTIONAL |
|
401
The client is unauthorized to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|
403
The client is forbidden to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|