GET
/
api
/
v1
/
groups
/
{groupUuid}
/
members
{
  "results": [
    {
      "lastName": "<string>",
      "firstName": "<string>",
      "email": "<string>",
      "userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "status": "ok"
}

Path Parameters

groupUuid
string
required

the UUID for the group to view the members of

Response

200
application/json
Ok
results
object[]
required

A summary for a Lightdash user within a group

status
enum<string>
required
Available options:
ok