The only supported filter is filtering by customer. For example:customer==customers/C0123abc.
Omitting the filter or specifying a filter ofcustomer==customers/my_customerwill return the assignments for the customer that the caller (authenticated user) belongs to.
pageSize
integer
The maximum number of assignments 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, though requests with pageSize greater than that will be silently interpreted as having this maximum value. This may increase in the futue.
pageToken
string
A page token, received from a previousinboundSsoAssignments.listcall. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toinboundSsoAssignments.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 endpoint retrieves a list of \u003ccode\u003eInboundSsoAssignment\u003c/code\u003e resources for a specific \u003ccode\u003eCustomer\u003c/code\u003e via a \u003ccode\u003eGET\u003c/code\u003e request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eResults can be filtered using a CEL expression, specifically to specify the \u003ccode\u003ecustomer\u003c/code\u003e, or omitting the filter to apply to the current user's customer.\u003c/p\u003e\n"],["\u003cp\u003ePagination is supported through the \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e parameters to manage the number of assignments returned and to navigate through multiple pages of results, with a maximum page size of 100.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes an array of \u003ccode\u003einboundSsoAssignments\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e if there are more results to retrieve, and requires certain OAuth scopes for authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe request body is empty, and any request with a page size above 100 is silently interpreted as having a page size of 100.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSsoAssignments.list\n\nLists the [InboundSsoAssignment](/identity/docs/reference/rest/v1/inboundSsoAssignments#InboundSsoAssignment)s for a `Customer`.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1/inboundSsoAssignments`\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 [InboundSsoAssignmentsService.ListInboundSsoAssignments](/identity/docs/reference/rest/v1/inboundSsoAssignments/list#google.apps.cloudidentity.inboundssoassignments.v1.InboundSsoAssignmentsService.ListInboundSsoAssignments) 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)."]]