Skip to main content
GET
/
spaces
/
{space}
/
users
/
{email}
{
  "object": {
    "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

email
string
required

User identifier

Response

Get space user

object
object