[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Revoke User Invitation
DescriptionRevokes an email invitation sent to a user.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/invitations
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Request Body
Request Body
UserInvitationEmailsDto
of mimetype application/json
Optional
Defines the request body to revoke email invitations sent.
{
"emails": [
"...",
"..."
]
}
array of
string
emails
Optional
The list of User invitation emails
Authentication
This operation uses the following authentication methods.
Response
207 Response Body>
Response
202 Accepted Response Body>Response Body
202 Accepted
Returns
AddUserGenericResponse
of type application/json
{
"failed": {
"onAdd": {
"key": "string"
},
"onInvite": {
"key": "string"
}
},
"majorErrorCode": "string",
"message": "string",
"minorErrorCode": "string",
"parameterList": [
"string"
],
"succeeded": {
"added": [
"string"
],
"invited": {
"key": "string"
}
}
}
207 Response Body>
Response Body
207
Returns
AddUserGenericResponse
of type application/json
{
"failed": {
"onAdd": {
"key": "string"
},
"onInvite": {
"key": "string"
}
},
"majorErrorCode": "string",
"message": "string",
"minorErrorCode": "string",
"parameterList": [
"string"
],
"succeeded": {
"added": [
"string"
],
"invited": {
"key": "string"
}
}
}
Errors
400
Bad Request - The request is either incomplete or incorrect
401
Unauthorized - The user is not authorized to use the API
500
Internal Server Error - An unexpected error has occurred while processing the request
Code Samples
cURL Command
curl -X DELETE -H "Content-Type: application/json" -d '{"emails":["...","..."]}' https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/invitations
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: body
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
On This Page
Service Organization Operations
post
post
delete
get
get
delete