userSendNotificationEx (Command)
  • 21 Jan 2025
  • 2 Minutes à lire
  • Sombre
    Lumière
  • PDF

userSendNotificationEx (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 userSendNotificationEx command sends a notification message created in the framework, i.e. outside of OneSpan Authentication Server, to a specified user via the Message Delivery Component (MDC). The notification can be scheduled to be sent at a later time.

Parameters

 Table: userSendNotificationEx input parameters (SOAP administration)
Parameter nameData typeDescription

sessionID

String

Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).

userUserInputRequired. Specifies the user to whom the message is sent (see UserInput (Data type)).
scheduleScheduleInputOptional. Defines the date and time the message will be sent.
profileStringOptional. Defines which MDC profile is used to send the message.
emailEmailNotificationRequired. (if this type of notification was selected)

The type of notification used for sending the message.

smsSmsNotification

Required. (if this type of notification was selected)

The type of notification used for sending the message.

voiceVoiceNotification

Required. (if this type of notification was selected)

The type of notification used for sending the message.

pushPushNotification

Required. (if this type of notification was selected)

The type of notification used for sending the message.

   

 Table: userSendNotificationEx output parameters (SOAP administration)
Parameter nameData typeDescription
statusCommandStatusResponse

Required. The error stack, if applicable, which indicates that the command has not completed successfully. This also includes the result and status codes returned by the command.

result

UserSendNotificationExResult

Required. The output field for this command.

UserInput (Data type)

 Table:  UserInput (Data type)
Element nameData typeDescription
userIDStringThe user ID.
domainStringOptional. The user domain.

ScheduleInput (Data type)

 Table: ScheduleInput (Data type)
Element nameData typeDescription
timeDateTimeThe date and time the message will be sent. Seconds are ignored by the scheduled task.

EmailNotification (Data type)

 Table: EmailNotification (Data type)
Element nameData typeDescription
destinationEmailStringThe returned email address of the recipient.
subjectStringThe subject of the message sent to the recipient.
messageStringThe message text.

SmsNotification (Data type)

 Table: SmsNotification(Data type)
Element nameData typeDescription
destinationPhoneNumberStringThe returned mobile phone number of the recipient.
messageStringThe message text.

VoiceNotification (Data type)

 Table: VoiceNotification(Data Type)
Element nameData typeDescription
destinationPhoneNumberStringThe returned (mobile) phone number of the recipient.
messageStringThe message text.

PushNotification (Data type)

 Table: PushNotification(Data Type)
Element nameData typeDescription
destinationSerialNumberStringThe returned serial number of the user's authenticator.
titleStringThe title of the sent message.
subjectStringThe subject of the message sent to the recipient.
messageStringThe message text.
mobileAppNameStringThe name of the mobile application.

UserSendNotificationExResult (Data type)

 Table: UserSendNotificationExResult (Data type)
Element nameData typeDescription
userUserOutputThe returned user information (see  UserOutput (Data type)).
taskIDStringThe returned task ID in case of scheduled notifications.
destinationStringThe returned (mobile) phone number or email address of the recipient.

UserOutput (Data type)

 Table:  UserOutput (Data type)
Element nameData typeDescription
userIDStringThe resolved user ID.
domainStringThe user domain.
orgUnitStringOptional. The organizational unit of the user.

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:userSendNotificationEx>
      <sessionID>bbhDR7=mI90R+Q1Kr_??~9IesbmtnVyQ</sessionID>
      <user>
        <userID>Jane Doe</userID>
        <domain>Master</domain>
      </user>
      <push>
        <serialNumber>12345678</serialNumber>
        <title>Message title</title>
        <subject>Lorem ipsum</subject>
        <message>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</message>
      </push>
    </adm:userSendNotificationEx>
  </soapenv:Body>
</soapenv:Envelope>

Requirements

Required administrative privileges:

  • Send Notification

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