getUserInfo request

The getUserInfo request obtains information about the user.
Send the request to: https://userservices-auth.vip.symantec.com/vipuserservices/QueryService_1_10
getUserInfo
input fields provides details about the
getUserInfo
input fields.
getUserInfo
input fields
Input Field
Required?
Type
Purpose
requestId
Y
string
A unique identifier of the request for the enterprise application. The request ID accepts from 4 to 40 alphanumeric characters and underscores.
This identifier may be useful for troubleshooting purposes.
userId
Y
string
Unique ID for the user (for example, the user email address, the user's logon name, or a unique ID that maps to user's logon name). The user ID accepts 1 to 128 international characters.
The user ID is not case-sensitive in look-up operations.
iaInfo
N
boolean
If this flag is present and set to be true, the
credentialBindingInfo
element in the response contains information about any risk-based (IA) credential bound to the user.
fidoInfo
N
boolean
If this flag is present and set to be true, the
credentialBindingInfo
element in the response contains information about any FIDO-compliant authenticator bound to the user.
includePushAttributes
N
boolean
If this flag is present and set to be true, the response contains all the push attributes in the field
pushAttributes
.
includeTokenInfo
N
boolean
If this flag is present and set to be true, each
credentialBindingInfo
in the response contains the
tokenCategoryDetails
and
tokenInfo
values for that credential.
includePushEncryptKey
N
boolean
If this flag is present and set to be true, and the following conditions are met, each
tokenInfo
element in the response contains the base64-encoded public key for that credential:
  • The credential is a custom app using VIP Mobile SDK 3.0.2 or later with encryption enabled. See VIP Software Development Kit (SDK) Developer's Guide for information on the VIP SDK and encrypting transactions.
  • The
    includeTokenInfo
    flag is set to true and is present in the request