MemberOrgInvitationResponseString
MemberOrgInvitationResponseString
JSON Example
{
"failed": [
"string"
],
"succeeded": [
"string"
],
"failures": [
{
"id": "string",
"errorMessage": "string"
}
]
}
array of
string
failed
Optional
The entities for which the operation failed.
array of
string
succeeded
Optional
The entities for which the operation is successful.
array of
MemberOrgInvitationFailure
failures
Optional
The entities for which the operation fails with the reason of failure.