v1
latestOpenAPI 3.1.02026-07-241695611.0 MBOrganization Management
Get All Organizations For Federation Within Scope
Gets and returns all Organizations' profiles within a specific Federation.
The authenticated user must have the 'federation:read' permission. If the authenticated user is an Operator, they can access any Organizations' profile within the Federation. If the authenticated user is a User or an Organization, they can only access the profiles of their own Organization within the Federation.
get/federations/{federation_id}/organizations
Path parameters
federation_idstring uuid required
Query parameters
limitinteger
offsetinteger
qstring nullable
A search query to limit the Organizations returned by matching on ID, name, or external ID.
Example:Acme, Inc.
A search query to limit the Organizations returned by matching on ID, name, or external ID.
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"
}
}
]