userActivityQuery (Command)
  • 20 Dec 2024
  • 2 Minutes à lire
  • Sombre
    Lumière
  • PDF

userActivityQuery (Command)

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

The userActivityQuery command allows to query the recent authentication, signature validation, administration, and provisioning activity of a particular user.

Parameters

  Table: userActivityQuery input parameters (SOAP administration)
Parameter nameData typeDescription
sessionIDStringRequired. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).
optionsUserActivityQueryOptionsOptional. Options to determine what results should be returned. See  UserActivityQueryOptions (Data type).
userUserActivityInputRequired. Specifies the user to query recent activities (see  UserActivityInput (Data type)).
  Table: userActivityQuery output parameters (SOAP administration)
Parameter nameData typeDescription
errorStackErrorStackOptional. The error stack, indicating that the command has not completed successfully.
resultCodesResultCodesRequired. The result and status codes returned by the command.
resultCountIntegerRequired. The number of items in userActivityList.
userActivityListUserActivityListOptional. List containing the queried user activities (see  UserActivityList (Data type)).

UserActivityInput (Data type)

  Table: UserActivityInput (Data type)
Element nameData typeDescription
userIDStringThe ID of the user to query.
domainStringThe domain of the user to query.

UserActivityQueryOptions (Data type)

  Table: userActivityQueryOptions (Data type)
Element nameTypeDescription
rowOffsetUnsigned Integer

Optional. Option to request OneSpan Authentication Server to return result records starting from the specified offset. Can only be used together with rowCount.

Default value: 0

rowCountUnsigned Integer

Optional. Option to request OneSpan Authentication Server to return the specified number of result records, beginning with the record specified by rowOffset.

If set to 0, all result records are returned.

Default value: 0

countOnlyBoolean

Optional. Flag to request OneSpan Authentication Server to return only the number of records in the result set, but not the result set itself.

Default value: false

filterUserActivityFilterExpressionOptional. Filter configuration for the result set (see  UserActivityFilterExpression (Data type)).
sortOrderUserActivitySortOrderOptional. Determines the sort order of the result set. By default, the result set is not sorted (see  UserActivitySortOrder (Data type)).

UserActivityFilterExpression (Data type)

  Table: UserActivityFilterExpression (Data type)
Element nameData typeDescription
fieldUserActivityFilterA filter expression definition for one particular attribute field.
  Table: UserActivityFilter attributes (Data type)
Attribute nameData typeDescription
nameUserActivityFilterFieldEnum

The field attribute to use as key to filter the result set.

Possible values:

  • clientType
  • policyID
  Table: UserActivityFilter (Data Type)
Element nameData typeDescription
equalsString

Specifies the value to compare with UserActivityFilter.name.

Cannot be used with isNotNull.

isNotNullEmptyType

Verifies that UserActivityFilter.name is not empty.

Cannot be used with equals.

UserActivitySortOrder (Data type)

  Table: UserActivitySortOrder (Data type)
Element nameData typeDescription
nameUserActivitySortOrderFieldEnum

Determines the field attribute to use as key to sort the result set.

Possible values:

  • category
  • clientLocation
  • code
  • policyID
  • serialNumber
  • timestamp
orderSortOrderEnum

Determines the sort order of the result set.

Possible values:

  • ASC. Result set in ascending order.
  • DESC. Result set in descending order.

UserActivityList (Data type)

  Table: UserActivityList (Data type)
Element nameReturned?Description
AMIDAlwaysThe audit message identifier.
auditLocationAlwaysThe location of the component that audited the message. Typically an IP address.
categoryAlwaysThe audit category.
clientLocationOptionalThe location of the client component that triggered the audit message. Typically an IP address.
clientTypeOptionalThe client component type.
codeAlwaysThe audit message code.
descriptionAlwaysThe description of the audit message.
policyIDOptionalThe policy related to the audit message.
reasonOptionalA textual description why the message was audited.
serialNumberOptionalThe serial number of the authenticator related to the audit message.
sourceAlwaysThe string representation of the source of the audit message.

timestamp

Always

The time when the audit message was recorded.

typeAlways

The type of the audit message.

Possible values:

  • Error
  • Failure
  • Information
  • Invalid Type
  • Success
  • Warning

Example

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration">
  <soapenv:Header/>
  <soapenv:Body>
    <adm:userActivityQueryRequest>
      <sessionID>bbhDR7=mI90R+Q1Kr_??~9IesbmtnVyQ</sessionID>
      <options>
        <rowOffset>0</rowOffset>
        <rowCount>100</rowCount>
        <countOnly>false</countOnly>
        <filter>
          <field name="clientType">
            <isNotNull/>
          </field>
        </filter>
        <sortOrder name="timestamp" order="ASC"/>
      </options>
      <user>
        <userID>jdoe</userID>
        <domain>master</domain>
      </user>
    </adm:userActivityQueryRequest>
  </soapenv:Body>
</soapenv:Envelope>

Requirements

Required administrative privileges:

  • View Recent User Activity

Additional references

For more information about accepted recent user activities, refer to the OneSpan Authentication Server Product Guide, Section "User Dashboard".


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle