Skip to main content
GET
/
users
/
current
{
  "message": "<string>",
  "object": {
    "email": "<string>",
    "roles": [
      "<string>"
    ],
    "preferences": {}
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

space
string

Space Identifier

Response

A user

message
string
object
object