Skip to main content

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

Success

Schema

    links

    object[]

    nullable

  • Array [

  • method stringnullable
    url stringnullable
    rel stringnullable
  • ]

  • id uuid
    email stringnullable
    name stringnullable
    lastName stringnullable
    roles string[]nullable
    updateURL stringnullable
    deleteURL stringnullable
Loading...