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

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of users from the current space

metadata
object
results
object[]