Get a session
Get a session and all its information like the time of the user or password verification
Path Parameters
- sessionId string required
Query Parameters
- sessionToken string
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
session object
id string"id of the session"
creationDate date-time"time when the session was created"
changeDate date-time"time when the session was last updated"
sequence uint64"sequence of the session"
factors object
"checked factors of the session, e.g. the user, password and more"
user object
verifiedAt date-time"time when the user was last checked"
id string"id of the checked user"
loginName string"login name of the checked user"
displayName string"display name of the checked user"
password object
verifiedAt date-time"time when the password was last checked"
metadata object
"custom key value list"
property name*
string
{
"session": {
"id": "string",
"creationDate": "2023-05-10",
"changeDate": "2023-05-10",
"sequence": "string",
"factors": {
"user": {
"verifiedAt": "2023-05-10",
"id": "string",
"loginName": "string",
"displayName": "string"
},
"password": {
"verifiedAt": "2023-05-10"
}
},
"metadata": {}
}
}
- Schema
- Example (from schema)
Schema
session object
id string"id of the session"
creationDate date-time"time when the session was created"
changeDate date-time"time when the session was last updated"
sequence uint64"sequence of the session"
factors object
"checked factors of the session, e.g. the user, password and more"
user object
verifiedAt date-time"time when the user was last checked"
id string"id of the checked user"
loginName string"login name of the checked user"
displayName string"display name of the checked user"
password object
verifiedAt date-time"time when the password was last checked"
metadata object
"custom key value list"
property name*
string
{
"session": {
"id": "string",
"creationDate": "2023-05-10",
"changeDate": "2023-05-10",
"sequence": "string",
"factors": {
"user": {
"verifiedAt": "2023-05-10",
"id": "string",
"loginName": "string",
"displayName": "string"
},
"password": {
"verifiedAt": "2023-05-10"
}
},
"metadata": {}
}
}
- Schema
- Example (from schema)
Schema
session object
id string"id of the session"
creationDate date-time"time when the session was created"
changeDate date-time"time when the session was last updated"
sequence uint64"sequence of the session"
factors object
"checked factors of the session, e.g. the user, password and more"
user object
verifiedAt date-time"time when the user was last checked"
id string"id of the checked user"
loginName string"login name of the checked user"
displayName string"display name of the checked user"
password object
verifiedAt date-time"time when the password was last checked"
metadata object
"custom key value list"
property name*
string
{
"session": {
"id": "string",
"creationDate": "2023-05-10",
"changeDate": "2023-05-10",
"sequence": "string",
"factors": {
"user": {
"verifiedAt": "2023-05-10",
"id": "string",
"loginName": "string",
"displayName": "string"
},
"password": {
"verifiedAt": "2023-05-10"
}
},
"metadata": {}
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
details object[]
Array [@type string]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}