DistributeApp LogoDistributeProject
DistributorUsersMe

Get current user

Returns the authenticated user's profile.

GET
/users/me

Authorization

BearerAuth
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/users/me"
{
  "id": "string",
  "is_admin": true,
  "root_folder_id": "string",
  "username": "string"
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}