{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "Get Organizations", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/organizations", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page index of the results to return. First page is 0." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." }, { "name": "include_totals", "value": "", "type": "query", "description": "Return results inside an object that contains the total result count (true) or as a direct array of results (false, default)." }, { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by. Use field:order where order is 1 for ascending and -1 for descending. e.g. created_at:1. We currently support sorting by the following fields: name, display_name and created_at." } ] }, "docs": "Retrieve detailed list of all Organizations available in your tenant. For more information, see Auth0 Organizations.\n\nThis endpoint supports two types of pagination:\n\n\nCheckpoint pagination must be used if you need to retrieve more than 1000 organizations.\n\n

Checkpoint Pagination

\n\nTo search by checkpoint, use the following parameters:\n