Skip to main content
GET
/
current_space
/
users
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "email": "jsmith@example.com",
      "roles": [
        "<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[]