Create an Access Grant
Creates a new access grant.
Request Parameters
requested_access_methods
Array of Objects (Required)
acs_entrance_ids
Array of UUIDs
Set of IDs of the entrances to which access is being granted.
device_ids
Array of UUIDs
Set of IDs of the devices to which access is being granted.
ends_at
String
Date and time at which the validity of the new grant ends, in ISO 8601 format. Must be a time in the future and after starts_at
.
location
Object
When used, creates a new location with the given entrances and devices, and gives the user access to this location.
location_ids
Array of UUIDs
space_ids
Array of UUIDs
Set of IDs of existing spaces to which access is being granted.
starts_at
String
Date and time at which the validity of the new grant starts, in ISO 8601 format.
user_identity
Object
When used, creates a new user identity with the given details, and grants them access.
user_identity_id
String
ID of user identity for whom access is being granted.
Response
Last updated
Was this helpful?