Skip to main content

Update an existing session

Update an existing session with new information.

Path Parameters
  • sessionId string required

    "id of the session to update"

Request Body required
  • sessionToken string

    Possible values: non-empty and <= 200 characters

    "token of the session, previously returned on the create / update request"

  • checks object

    "Check for user and password. Successful checks will be stated as factors on the session."

  • user object

    "checks the user and updates the session on success"

  • userId string

    Possible values: non-empty and <= 200 characters

  • loginName string

    Possible values: non-empty and <= 200 characters

  • password object

    "Checks the password and updates the session on success. Requires that the user is already checked, either in the previous or the same request."

  • password string

    Possible values: non-empty and <= 200 characters

  • metadata object

    "custom key value list to be stored on the session"

  • property name* string
Responses

OK


Schema
  • details object
  • sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • resourceOwner resource_owner is the organization or instance_id an object belongs to
  • sessionToken string

    "token of the session, which is required for further updates of the session or the request other resources"

Loading...