getSamlConnectionList()
Retrieves the list of SAML connections for an instance.
- Name
limit?
- Type
number
- Description
The number of results to return. Must be an integer greater than zero and less than 501. Default:
10
- Name
offset?
- Type
number
- Description
The number of results to skip. Default:
0
Examples
Basic
In this example, you can see that the returned response includes data
, which is an array of SamlConnection
objects, and totalCount
, which indicates the total number of connections.
While the response can return up to 10 data items, for the sake of brevity, only one is shown in this example response.
Limit the number of results
Retrieves organization list that is filtered by the number of results.
Skip results
Retrieves organization list that is filtered by the number of results to skip.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/saml_connections
. See the BAPI reference for more details.
Feedback
Last updated on