Datos de usuario

Una vez logeado, se puede enviar la solicitud para que el usuario pueda acceder a su información correspondiente.

CODIGORESPUESTADESCRIPCIÓN
200SUCCESS
{
    "id": 0,
    "username": "admin-user",
    "first_name": "Juan",
    "last_name": "Perez",
    "email": "[email protected]",
    "store": 0,
    "store_name": "Miraflores",
    "client_id": 0,
    "client_name": "Price Lab",
    "is_active": true,
    "permissions": [],
    "active_store": false,
    "groups_user": [],
    "image": null,
    "client_path": "String",
    "code": "String",
    "color": 0,
    "client_two_authenticate": false,
    "type_money": "String"
}