[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

AddUserGenericResponse

Defines the properties of Add User Generic Response.


AllOf


This class requires all of the following:

Properties

failed Optional

Defines the properties for Add and Invited users which failed.


succeeded Optional

Details of Added and Invited users which succeeded.

JSON Example

{
	"failed": {
		"onAdd": {
			"key": "string"
		},
		"onInvite": {
			"key": "string"
		}
	},
	"majorErrorCode": "string",
	"message": "string",
	"minorErrorCode": "string",
	"parameterList": [
		"string"
	],
	"succeeded": {
		"added": [
			"string"
		],
		"invited": {
			"key": "string"
		}
	}
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Revoke User Invitation
Revoke User Invitation
Resend User Invitation
Resend User Invitation
Add Users
Add Users

Feedback

Was this page helpful?