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

Path Parameters

space
string
required

Space identifier.

Query Parameters

filter
string

Apply search criteria.

Response

A list of spaces

metadata
object
results
object[]