Add users to a department
POST/department/:department_id/users
Add multiple users to a department, assigning them a specified role. If a user doesn't exist, they are created and an activation email is sent.
Use Cases:
- Bulk onboarding of new team members.
- Upgrading user permissions to Admin or Implementor.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error