Skip to main content
GET
/
spaces
/
{space}
/
users
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "email": "jsmith@example.com",
      "space": "<string>",
      "roles": [
        "<string>"
      ]
    }
  ]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

space
string
required

Space identifier.

Query Parameters

filter
string

Apply search criteria.

Response

A list of spaces

metadata
object
results
object[]