OrganizationAccess
Description
Access to an organization.
Properties
| Name | Type | Description |
|---|---|---|
| id | Long | Unique identifier for an organizationAccess. |
| 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. |
| organizationId | Long | Unique identifier of the organization in which the user had access. |
| orgAuthServerId | String | User unique identifier from the authentication server of the organization. |