generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/auth/me
Request body
{
"photo": {
"id": "string"
},
"firstName": "John",
"lastName": "Doe",
"email": "test1@example.com",
"password": "string",
"oldPassword": "string"
}
response
{
"id": 1,
"email": "admin@example.com",
"username": "superadmin",
"provider": "email",
"socialId": null,
"firstName": "John",
"lastName": "Doe",
"role": {
"id": 1,
"name": "Admin",
"__entity": "RoleEntity"
},
"status": {
"id": 1,
"name": "Active",
"__entity": "StatusEntity"
},
"createdAt": "2024-04-25T16:34:06.092Z",
"updatedAt": "2024-04-29T12:12:35.000Z",
"deletedAt": null
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels