AuthUserInfoResponseModel
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Auth useruser object
An object containing user account details.
namestring
Resource name.
Example:
Jane Doeusernamestring
Login username.
Example:
Jane Doecreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
Example:
2026-05-07T11:47:30ZAuthUserInfoResponseModel
{
"status": true,
"message": "Auth user",
"user": {
"email": "[email protected]",
"name": "Jane Doe",
"username": "Jane Doe",
"created_at": "2026-05-07T11:47:30Z"
}
}
Was this page helpful?