# Add a person to a workqueue/workflow **GET /workqueues/addperson** When a user needs adding to a workflow or workqueue. note for workflows, there is no return activity, e.g. if the workflow requires the user to enter a note - then this wont be triggered. post body requires the following parameter The unique id of the person to be added to the queue unique_id: 789 The work queue ID. This is 0 if requesting a workflow, otherwise must be > 0 queue_id: 0 The workflow ID. This is always a value workflow_id: 14 ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **success** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)