PlaceAccess
Description
Represents an access to a place of an organization made by an application user.
Properties
| Name | Type | Description |
|---|---|---|
| id | Long | Unique identifier for a placeAccess. |
| entranceTimestamp | DateTime | Date and time of the moment in which the user entered the place. |
| exitTimestamp | DateTime | Date and time of the moment in which the user left the place. |
| exitToken | String | Token generated by the server required for registering the user exit movement. |
| placeId | Long | Unique identifier of the place in which the user had access. |
| orgAuthServerId | String | User unique identifier from the authentication server of the organization. |