OPS assigndevicetouser
OPS: Assign Device to User¶
This call should be made when the user walks into the onboard area. We now try to assign a device when setting up.
Endpoint: /api/v1/ops/assigndevicetouser
Verb: POST
Payload:
| Type | Attribute | Description |
|---|---|---|
| Number | show_id | Unique ID for corresponding show |
| Number | device_scan_id | Scan ID can be found on the device that the operator is assigning to the user |
| String | gemuser_scan_id | Unique ID for each GEM user |
Example Response:
{
"api_code": 0,
"error": null
}