List the members of a group

Request

GET https://{hostname}:{port}
  /cli/group/export?{parameters}
Table 1. Request parameters
Parameter Type Required Description
group string true Name of the group

Example response

{
  "name": "group1",
  "users": [
    "jsmith",
    "jdoe"
  ]
}

Related CLI command: exportGroup.


Feedback