[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get All Provider Mapped Users V2
DescriptionThis API is used to get all provider mapped users.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/authzn/api/v2/users/provider
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
UserDTO
of type(s) application/json
{
"displayName": "lcm user1",
"domain": "example.com",
"providerIdentifier": "3d6701ea-0c5b-43e7-871c-468947e86616",
"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
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/authzn/api/v2/users/provider
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Authentication User Controller Operations
post
delete
patch