# Read Users Me

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Read Users Me"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/me"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Retrieve the properties of the current user.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./read-users-me-api-v-1-me-get.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./read-users-me-api-v-1-me-get.StatusCodes.json")}
>
  
</StatusCodes>
