[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Group By Display Name And Domain V2
DescriptionThis API is used to get a group by display name and domain.
Request
URLURL
https://localhost:8080/lcm/authzn/api/v2/groups/name/{displayName}/domain/{domain}
Path Parameters
Path Parameters
string
displayName
Required
displayName
string
domain
Required
domain
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
GroupExDTO
of type(s) application/json
{
"displayName": "ALL USERS",
"domain": "<domain>",
"groupType": "ALL_USERS",
"providerIdentifier": "c1c9f52d-afd1-4561-afbf-2b537b02cac2",
"vmid": "cf8d99a2-3748-486f-b555-6ac64bc9f84c"
}
string
displayName
Optional
Display Name
string
domain
Optional
Domain
string
groupType
Optional
Group Type
boolean
isDisabled
Optional
string
providerIdentifier
Optional
Provider ID
string
vmid
Optional
Group ID
Errors
GenericErrorResponseDTO
400
Bad Request
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/groups/name/{displayName}/domain/{domain}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager