v1
latestOpenAPI 3.1.02026-07-241695611.0 MBGet All Organizations Within Scope
Gets and returns the all Organizations' profiles. The authenticated user must have the 'organizations:read' permission. If the authenticated user is an Operator, they can access any Organizations' profile. If the authenticated user is a User or an Organization, they can only access the profile of their own Organization.
Args: auth_context (BaseAuthContext): The authentication context of the request.
Returns: The Organizations' profiles.
Query parameters
A search query to limit the Organizations returned by matching on ID, name, or external ID.
A search query to limit the Organizations returned by matching on ID, name, or external ID.
When true, return only standalone Organizations (those not in any federation).
When true, return only standalone Organizations (those not in any federation).
Response
Response
Example response
[
{
"id": "83664b45-0a6c-48a4-8e20-3316c4ea3655",
"name": "The Avengers",
"domain_name": "avengers.com",
"external_id": "c6bb13ea-a3a5-495d-b160-515272f5a205",
"applications": [
{
"name": "The Avengers",
"enabled": true
}
],
"lien_filing_correspondence_email": "lien-filing-email@example.com",
"lien_filing_secured_party": {
"mailing_address": "123 Main St",
"city": "Springfield",
"postal_code": "62701",
"organization_name": "Acme Inc"
}
}
]