# Get the current authenticated user

> Returns the profile of the currently authenticated user

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get the current authenticated user"}
>
</Heading>

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

Returns the profile of the currently authenticated user

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-current-user.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-current-user.StatusCodes.json")}
>
  
</StatusCodes>
