Add or Remove Passes
Add passes to and/or delete passes from the access control list of the specified device.
Command Type | Device is Online | Device is Offline |
---|---|---|
Synchronous, Queueable | Immediate execution, Immediate results and published results | Queued execution, Published results |
Applicable to the following device(s): RFID Enclosures (Cabinets, Fridges, Freezers)
Property | Location | Details |
---|---|---|
AccessKey string
Required
Unique | Header | The access key for your user account. This value is a 36-character GUID provided during user account sign up. |
DeviceName string
Required
Unique | URL | The name of the device. This value has a max length of 128 ASCII characters. This value must adhere to this regular expression: ^[a-zA-Z0-9-_]*$ |
Add array(strings)
Required | Body | The pass(es) to add to the access control list of the device. Each value must adhere to this regular expression: ^[A-F0-9]{10}$ This property is required and must be included with all requests. If there are no passes to add, define an empty array. |
Remove array(strings)
Required | Body | The pass(es) to delete from the access control list of the device. Each value must adhere to this regular expression: ^[A-F0-9]{10}$ This property is required and must be included with all requests. If there are no passes to delete, define an empty array. |
POST https://api.jetstreamrfid.com/2/devices/{Device Name}/accesscontrol
200 OK
Replaces UpdatePasses