v1

latestOpenAPI 3.0.12026-07-1394386381.1 KB
Organizations

Get sub-organizations

Get all suborg IDs associated given a parent org ID and an optional filter.

post/public/v1/query/list_suborgs

Request body

organizationIdstring required

Unique identifier for the parent organization. This is used to find sub-organizations within it.

filterTypestring

Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN', 'WALLET_ACCOUNT_ADDRESS' or 'PUBLIC_KEY'

filterValuestring

The value of the filter to apply for the specified type. For example, a specific email or name string.

Response

A successful response.

organizationIdsstring[] required

List of unique identifiers for the matching sub-organizations.