Simulate Creating an Unmanaged Access Code
Simulates the creation of an unmanaged access code in a sandbox workspace.
POST /access_codes/simulate/create_unmanaged_access_code β { access_code }
Request Parameters
code
String (Required)
Code of the simulated unmanaged access code.
device_id
String (Required)
ID of the device for which you want to simulate the creation of an unmanaged access code.
name
String (Required)
Name of the simulated unmanaged access code.
Response
{
JSON representation of unmanaged_access_code
}
Last updated
Was this helpful?