generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/auth/me
Response body
{
"id": 1,
"email": "admin@example.com",
"username": "superadmin",
"provider": "email",
"socialId": null,
"firstName": "Super",
"lastName": "Admin",
"role": {
"id": 1,
"name": "Admin",
"__entity": "RoleEntity"
},
"status": {
"id": 1,
"name": "Active",
"__entity": "StatusEntity"
},
"createdAt": "2024-04-25T16:34:06.092Z",
"updatedAt": "2024-04-25T16:34:06.092Z",
"deletedAt": null
}
"role": {
"id": 1,
"name": "Admin",
"__entity": "RoleEntity"
},
is related to the whole system, not the workspace
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels