Skip to main content
GET
/
api
/
v1
/
groups
/
{groupUuid}
/
members
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "lastName": "<string>",
      "firstName": "<string>",
      "email": "<string>",
      "userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-work-with-ai-section-1771841038.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

groupUuid
string
required

the UUID for the group to view the members of

Response

Ok

results
object[]
required
status
enum<string>
required
Available options:
ok