The only supported filter is filtering by customer. For example:customer=="customers/C0123abc".
Omitting the filter or specifying a filter ofcustomer=="customers/my_customer"will return the profiles for the customer that the caller (authenticated user) belongs to.
pageSize
integer
The maximum number ofInboundSamlSsoProfiles to return. The service may return fewer than this value.
If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time.
The maximum allowed value is 100. Requests with pageSize greater than that will be silently interpreted as having this maximum value.
pageToken
string
A page token, received from a previousinboundSamlSsoProfiles.listcall. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toinboundSamlSsoProfiles.listmust match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis webpage describes how to list InboundSamlSsoProfiles for a customer using a GET request to \u003ccode\u003ehttps://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eFiltering results is possible using a Common Expression Language expression via the \u003ccode\u003efilter\u003c/code\u003e query parameter, with customer filtering as the sole supported option (e.g., \u003ccode\u003ecustomer=="customers/C0123abc"\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe number of returned InboundSamlSsoProfiles can be controlled by the \u003ccode\u003epageSize\u003c/code\u003e query parameter, up to a maximum of 100, with the server using a sensible default if omitted.\u003c/p\u003e\n"],["\u003cp\u003ePagination is supported through the use of the \u003ccode\u003epageToken\u003c/code\u003e query parameter, received from a previous request, to retrieve subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, if successful, will contain a JSON formatted list of \u003ccode\u003einboundSamlSsoProfiles\u003c/code\u003e, along with a \u003ccode\u003enextPageToken\u003c/code\u003e to be used for further pagination.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSamlSsoProfiles.list\n\nLists [InboundSamlSsoProfile](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles#InboundSamlSsoProfile)s for a customer.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse of the [InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles/list#google.apps.cloudidentity.inboundsamlssoprofiles.v1.InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles) method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]