MeProfile

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
email string email erforderlich
name string erforderlich
role string erforderlich
status integer erforderlich
locale string erforderlich
bio string | null
avatarUrl string | null uri
createdAt string | null date-time

Beispiel-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"
}