Search Org Oidc Groups
Search the OIDC identity provider configured for the operating organization and return matching groups.
Supported filter field: name. Supported operator: == with
an optional * wildcard at the start, end, or both ends of the
value. Wildcards embedded within the value are rejected. All
comparisons are case-insensitive.
At most 128 records are returned regardless of how many match in
the IDP. The resultTotal field on the response indicates how
many records matched the filter in the IDP; if it exceeds the
number of returned values, refine the filter to narrow the result
set rather than relying on pagination (this endpoint does not
page).
Filter for a query. FIQL format.
OK
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "string",
"id": "string",
"description": "string",
"orgEntityRef": {
"name": "string",
"id": "string"
},
"sourceEntityRef": {
"name": "string",
"id": "string"
},
"roleEntityRefs": [
{
"name": "string",
"id": "string"
}
],
"nameInSource": "string",
"providerType": "string"
}
]
}
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/orgSettings/oidc/search/groups