User Sessions
Represents the user session associated with a flow. You can read all sessions, read a single session, or delete a single session associated with your user ID. Administrators can read all sessions for a specified user, read a single session for a specified user, or delete a user’s session for the environment or population for which they have administrator privileges.
Refer also to Sessions for interfaces on the Environment endpoint.
User session data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Date |
N/A |
Read-only |
The last user activity time on this session (such as, completing a flow, or an application activity like validating a token). |
|
String |
N/A |
Read-only |
The name of the browser. |
|
String |
N/A |
Read-only |
The version of the browser. |
|
Date |
N/A |
Read-only |
The time the resource was created. |
|
String |
N/A |
Read-only |
The type of remote device. |
|
String |
Required |
Immutable |
The UUID for the environment. |
|
String |
Required |
Immutable |
The UUID for the user session. |
|
String |
N/A |
Read-only |
The last time the user signed on using one or more authenticators. |
|
String |
N/A |
Read-only |
The IP address of the remote device used during the last sign-on. |
|
Object[ ] |
N/A |
Read-only |
Contains the attributes identifying the user location. Only the last 5 locations are maintained. |
|
Date |
N/A |
Read-only |
The last time the user signed on. |
|
String |
N/A |
Read-only |
The IP address of the remote device used during the last sign-on. |
|
String |
N/A |
Read-only |
The city resolved from the IP address. |
|
String |
N/A |
Read-only |
The state resolved from the IP address. |
|
String |
N/A |
Read-only |
The region resolved from the IP address. |
|
String |
N/A |
Read-only |
The country resolved from the IP address. |
|
String |
N/A |
Read-only |
The name of the operating system. |
|
String |
N/A |
Read-only |
The operating system version. |
|
String |
Required |
Immutable |
The UUID for the user. |
Response codes
| Code | Message |
|---|---|
200 |
Successful operation. |
201 |
Successfully created. |
204 |
Successfully removed. No content. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request. |
404 |
The requested resource was not found. |