User
Representa un usuario que puede autenticarse en la plataforma.
Modelo User
{
"id": 2,
"name": "Dr. Naomi Satterfield",
"email": "mitchell.lindgren@example.net",
"email_verified_at": null,
"created_at": "2022-11-17T04:11:16.000000Z",
"updated_at": "2022-11-18T00:57:38.000000Z",
"deleted_at": null,
"role_name": "talent"
}
Listar User
Listar Notification User
URI |
Cabeceras |
GET /users/{user}/notifications |
Auth |
Atributos
-
per_page
integer
opcional
min: 1
max: 60
-
page
integer
opcional
min: 1
Acciones de User
Mark All Read
URI |
Cabeceras |
POST /users/{user}/notifications/mark-all-read |
Auth |
Mark Read
URI |
Cabeceras |
POST /notifications/{uuid}/mark-read |
Auth |
Mark Unread
URI |
Cabeceras |
POST /notifications/{uuid}/mark-unread |
Auth |
Enlaces de User