Returns the current user
GET/api/v2/Account
Endpoint to get the current user.
Request
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
 - 401
 - 403
 - 404
 - 500
 
Success
- text/plain
 - application/json
 - text/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
id uuid
email stringnullable
name stringnullable
lastName stringnullable
roles string[]nullable
updateURL stringnullable
deleteURL stringnullable
{
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "email": "string",
  "name": "string",
  "lastName": "string",
  "roles": [
    "string"
  ],
  "updateURL": "string",
  "deleteURL": "string"
}
- Schema
 - Example (from schema)
 
Schema
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
id uuid
email stringnullable
name stringnullable
lastName stringnullable
roles string[]nullable
updateURL stringnullable
deleteURL stringnullable
{
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "email": "string",
  "name": "string",
  "lastName": "string",
  "roles": [
    "string"
  ],
  "updateURL": "string",
  "deleteURL": "string"
}
- Schema
 - Example (from schema)
 
Schema
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
id uuid
email stringnullable
name stringnullable
lastName stringnullable
roles string[]nullable
updateURL stringnullable
deleteURL stringnullable
{
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "email": "string",
  "name": "string",
  "lastName": "string",
  "roles": [
    "string"
  ],
  "updateURL": "string",
  "deleteURL": "string"
}
The user is unauthorized or the session expired
The user does not have permission
The entity was not found
There was an unexpected error
Loading...