Skip to main content
POST
Get sub-organizations

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

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

filterType
string

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

filterValue
string

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

paginationOptions
object

Response

A successful response.

organizationIds
string[]
required

List of unique identifiers for the matching sub-organizations.