Skip to main content

AuthUserInfoResponseModel

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Auth user
user object

An object containing user account details.

emailstring

User email address.

namestring

Resource name.

Example: Jane Doe
usernamestring

Login username.

Example: Jane Doe
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

Example: 2026-05-07T11:47:30Z
AuthUserInfoResponseModel
{
"status": true,
"message": "Auth user",
"user": {
"email": "[email protected]",
"name": "Jane Doe",
"username": "Jane Doe",
"created_at": "2026-05-07T11:47:30Z"
}
}