Search organizations
Returns organizations filtered by query parameters or all organizations where the calling user is member.
| Query Parameters |
|---|
provider booleanWhether to include provider organizations, true if omitted |
q stringQuery string will be searched in organization name |
query stringUse: parameter 'q' instead! Query string will be searched in organization name |
sort stringSort results by parameter and ASC | DESC. e.g. 'name DESC' |
| Header Parameters |
|---|
organization-id uuidID of organization context this request belongs to. |
| Responses | |||||
|---|---|---|---|---|---|
200List of Organizations depending on the relationship to the organizations
| |||||
400Bad Request (e.g. element not found or resource conflict).
| |||||
403Missing permission
| |||||
500Internal server error (Internal service communication or process error).
|