Lists all organizations
GET {{baseUrl}}/organizations?limit=<integer>&marker=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The number of results to return in a single page | |
marker | string | Encoded pagination cursor |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A Management Key |
RESPONSES
status: OK
{"next_link":"\u003cstring\u003e","marker":"\u003cstring\u003e","results":[{"email":"\u003cstring\u003e","resource_type":"\u003cstring\u003e","username":"\u003cstring\u003e","fullname":"\u003cstring\u003e","avatar_url":"\u003cstring\u003e","company_name":"\u003cstring\u003e","company_role":"\u003cstring\u003e","self_link":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","resource_type":"\u003cstring\u003e","username":"\u003cstring\u003e","fullname":"\u003cstring\u003e","avatar_url":"\u003cstring\u003e","company_name":"\u003cstring\u003e","company_role":"\u003cstring\u003e","self_link":"\u003cstring\u003e"}]}