List Organizations
Deprecated GET
/user/organizations https://api.cloudflare.com/client/v4
Lists organizations the user is associated with.
Parameters
query Query Parameters
| Name | Type |
|---|---|
name | type IamSchemasName = string |
page | number |
per_page | number |
order | "id" | "name" | "status" |
direction | "asc" | "desc" |
match | "any" | "all" |
status | "member" | "invited" |
Responses
200 application/json
List Organizations response
type IamCollectionOrganizationResponse = type IamApiResponseCollection = never & { result?: IamOrganization []; }
Client Errors
4XX application/json
List Organizations response failure
interface IamApiResponseCommonFailure {
errors:IamSchemasMessages ;
messages:IamSchemasMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}