Get Suborgs
Get all suborg IDs associated given a parent org ID and an optional filter.
POST
Authorizations
Body
application/json
Unique identifier for the parent Organization. This is used to find sub-organizations within it.
Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN' or 'PUBLIC_KEY'
The value of the filter to apply for the specified type. For example, a specific email or name string.
Response
200 - application/json
A successful response.
List of unique identifiers for the matching sub-organizations.
Was this page helpful?