The Staff field refers to your company’s AffinityLive users, Admins, Professionals, and Collaborators.
Resource | Description |
---|---|
GET staff | Returns a list of staff members. |
GET staff/count | Returns the total number of staff. |
GET staff/:id | Returns a staff member identified by staff id. |
GET staff/:username | Returns a staff member identified by username. |
POST staff | Create a new staff member |
DELETE staff/:id | Delete a staff member identified by staff id. |
PUT staff/:id | Update a staff member identified by staff id. |