[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Delete User By ID V2
DescriptionThis API is used to delete user role(s) by ID.
Request
URLURL
https://localhost:8080/lcm/authzn/api/v2/users/{vmid}
Path Parameters
Path Parameters
string
vmid
Required
vmid
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
204 No Content returns
UserDTO
of type(s) application/json
{
"displayName": "lcm user1",
"domain": "example.com",
"isDisabled": false,
"password": "string",
"providerIdentifier": "3d6701ea-0c5b-43e7-871c-468947e86616",
"roleMappings": [
{
"roleDescription": "vRealize Lifecycle Manager Administrator",
"roleName": "admin",
"vmid": "782c2945-3b69-4e29-8b32-b3d0d37ff562"
}
],
"userMetadata": {
"additionalMeta": [
"string"
],
"distinguishedName": "string",
"emails": [
"admin@vmware.com"
],
"externalId": "764195c6-5504-4f56-8c34-b372d47f5176",
"familyName": "user1",
"givenName": "LCM"
},
"userPrincipalName": "string",
"userType": "VIDM_AD_USER",
"username": "lcmuser1",
"vmid": "3eef09c1-ae69-4f20-ba97-07f607227b13"
}
string
displayName
Optional
Display Name
string
domain
Optional
Domain
boolean
isDisabled
Optional
string
password
Optional
string
providerIdentifier
Optional
Provider ID
string
userPrincipalName
Optional
User Principal Name
string
userType
Optional
User Type
string
username
Optional
Username
string
vmid
Optional
User ID
Errors
401
Unauthorized
403
Forbidden
Code Samples
Code Samples
cURL Command
curl -X DELETE https://localhost:8080/lcm/authzn/api/v2/users/{vmid}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Authentication User Controller Operations
post
delete
patch