List SAML Connections

Lists SAML connections in an organization.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

organizationIdstringOptional
The organization the SAML connections belong to.
pageTokenstringOptional
Pagination token. Leave empty to get the first page of results.

Response

OK
samlConnectionslist of objects or null
The list of SAML connections.
nextPageTokenstring or null

Value to use as pageToken for the next page of data. Empty if there is no more data.