MeProfile

Propriétés

Nom Type Format Requis
id integer requis
email string email requis
name string requis
role string requis
status integer requis
locale string requis
bio string | null
avatarUrl string | null uri
createdAt string | null date-time

Exemple JSON

{
    "id": 0,
    "email": "user@example.com",
    "name": "string",
    "role": "string",
    "status": 0,
    "locale": "string",
    "bio": "string",
    "avatarUrl": "https://example.com/",
    "createdAt": "2026-01-01T00:00:00+00:00"
}