Command Palette

Search for a command to run...

Gestion du Personnel

Systeme de gestion du personnel des magasins

9 endpointsBase: /api/v1
GET
/staff/my-stores
Magasins ou je suis staff
Authentification requise
GET
/staff/invitations
Mes invitations en attente
Authentification requise
POST
/staff/invitations/:token/accept
Accepter une invitation
Authentification requise
POST
/staff/invitations/:token/reject
Refuser une invitation
Authentification requise
POST
/staff/stores/:storeId/invite
Inviter un staff
Authentification requiseSUPPLIER_FOODSUPPLIER_DEALS
GET
/staff/stores/:storeId
Liste du personnel
Authentification requiseSUPPLIER_FOODSUPPLIER_DEALS
GET
/staff/stores/:storeId/my-role
Mon role sur ce magasin
Authentification requise
PATCH
/staff/stores/:storeId/members/:userId
Modifier un membre
Authentification requiseSUPPLIER_FOODSUPPLIER_DEALS
DELETE
/staff/stores/:storeId/members/:userId
Retirer un membre
Authentification requiseSUPPLIER_FOODSUPPLIER_DEALS