[{"label":"Latest (v1.0)","version":"latest"}]
csp

RemoveGroupsFromOrganizationResponseString

Properties

array of string
failed Optional

The entities for which the operation failed.


failures Optional

The entities for which the operation fails with the reason of failure.


array of string
succeeded Optional

The entities for which the operation is successful.

JSON Example

{
	"failed": [
		"string"
	],
	"failures": [
		{
			"errorCode": "string",
			"id": "string",
			"message": "string"
		}
	],
	"succeeded": [
		"string"
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Remove Groups From Organization By Organization ID And Groups ID

Feedback

Was this page helpful?