get https://{hostname}/amfa/v1/groups/
Retrieve a group's details.
Responses
Retrieve a group's details.
xxxxxxxxxx
curl --request GET \
--url https://hostname/amfa/v1/groups/groupId \
--header 'accept: application/json'
xxxxxxxxxx
{
"createdDate": "2021-10-05T19:46:26.909+00:00",
"groupId": "group_5PzsV2iwFgugE51YdbCPd9",
"groupName": "Portal users group",
"modifiedDate": "2021-10-05T19:46:26.909+00:00",
"usersCount": 0
}