Staff
-
Enable a staff member
POST /api/1/staff/:uuid/enable.jsonFormats
json jsonpEnables the staff member.
Please Note: If the updated user becomes active, this may cause a charge for the user. If this is the case, they will receive an email asking them to confirm the creation of a new user
Errors
- 401 Unauthorized
- 402 Payment Required - if the authenticated user is on a plan with a maximum number of staff, and this user will take them over this limit, they will need to upgrade their plan.
- 403 Forbidden - returned if an authenticated user isn't allowed to update staff members
- 404 Record Not Found - returned if an staff member with the specified UUID is not found
Example
POST /api/1/staff/b8833788-448c-4292-90c3-05e496479412/enable {} 200