The only supported filter is filtering by customer. For example: customer==customers/C0123abc.
Omitting the filter or specifying a filter of customer==customers/my_customer will 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 previous inboundSsoAssignments.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to inboundSsoAssignments.list must 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 \u003ca href=\"/identity/docs/reference/rest/v1beta1/inboundSsoAssignments#InboundSsoAssignment\"\u003eInboundSsoAssignment\u003c/a\u003e resources associated with a specific customer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efilter\u003c/code\u003e query parameter allows you to filter the results by customer, and omitting the filter defaults to the customer of the authenticated user.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epageSize\u003c/code\u003e limits the number of assignments returned, and \u003ccode\u003epageToken\u003c/code\u003e enables the retrieval of subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003einboundSsoAssignments\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, if applicable.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this endpoint requires one of several OAuth scopes related to cloud identity and platform permissions.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSsoAssignments.list\n\nLists the [InboundSsoAssignment](/identity/docs/reference/rest/v1beta1/inboundSsoAssignments#InboundSsoAssignment)s for a `Customer`.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1beta1/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/v1beta1/inboundSsoAssignments/list#google.apps.cloudidentity.inboundssoassignments.v1beta1.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)."]]