When the target customer has enabledMulti-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".
HTTP request
POST https://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles
[[["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 API call creates a new InboundSamlSsoProfile for a customer.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns an Operation instance, detailing the status.\u003c/p\u003e\n"],["\u003cp\u003eIf multi-party approval is enabled, the Operation's status will be set to "awaiting-multi-party-approval" and will have \u003ccode\u003e"done": false\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specific OAuth scopes for authorization, including \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity.inboundsso\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses gRPC Transcoding syntax with a \u003ccode\u003ePOST\u003c/code\u003e to the \u003ccode\u003ehttps://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles\u003c/code\u003e endpoint.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSamlSsoProfiles.create\n\nCreates an [InboundSamlSsoProfile](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles#InboundSamlSsoProfile) for a customer.\n\nWhen the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.\n\n### HTTP request\n\n`POST https://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains an instance of [InboundSamlSsoProfile](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles#InboundSamlSsoProfile).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\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)."]]