Get Idp Organizations

Get Idp Organizations

Get all organization for given IdP.

Access Policy

Role User Accounts
Enterprise Admin ✔️
Organization Owner
Read-only Operator ✔️
Request
URI
GET
https://{api_host}/csp/gateway//iga/api/idp/{idpId}/orgs
COPY
Path Parameters
string
idpId
Required

Idp Registartion Id

Query Parameters
integer
pageStart
Optional
Constraints: default: 1

Starting page number

integer
pageLimit
Optional
Constraints: default: 15

Page Limit

string
searchTerm
Optional

Search term. The search is done only on the following fields- displayName, name, orgId

string of array
igaStatus
Optional

The IGA status of the organization. Takes multiple values as specified in the enum


Authentication
This operation uses the following authentication methods.
Responses
200

List of organizations

Returns Organizations of type(s) application/json
"Organizations Object"
string
prevLink
Optional

prevLink

string
nextLink
Optional

nextLink

integer
totalResults
Optional

totalResults

array of object
results
Optional

results


400
Operation doesn't return any data structure

401
Operation doesn't return any data structure

403
Operation doesn't return any data structure

404
Operation doesn't return any data structure

500
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/csp/gateway//iga/api/idp/{idpId}/orgs