MeProfile| Name | Type | Format | Required |
|---|---|---|---|
id |
integer | required | |
email |
string | required | |
name |
string | required | |
role |
string | required | |
status |
integer | required | |
locale |
string | required | |
bio |
string | null | ||
avatarUrl |
string | null | uri | |
createdAt |
string | null | date-time |
{
"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"
}