Oracle Web Services On Demand Guide > Web Services On Demand API Calls > Administrative Services API Calls >

WorkflowUserSetInsertOrUpdate


Inserts workflow user configuration data. The Manage Workflow Rules privilege is required.

Usage

Use the WorkflowUserSetInsertOrUpdate method to insert workflow user configuration data. The method does not update data. The configuration data is for users for whom scheduled events for Analytics are created.

To insert users you specify the workflow name with unique values for the <UserID> or <UserLoginName> child elements of apData:WorkflowUser. If some of the specified user data results in an error, for example, if a value for a user is not unique, the whole request is rolled back.

The apData:WorkflowUserSet argument has the following child elements:

  • WorkflowName. The workflow name (required).
  • WorkflowUser. The workflow user data, specified in the following child elements:
    • UserLastName. The user's last name.
    • UserFirstName. The user's first name.
    • UserFullName. The user's full name.
    • UserEmail. The user's email address.
    • UserAlias. The user alias of the user.
    • UserId. The user's ID.
    • UserExternalSystemId. The external system ID of the user.
    • UserLoginName. The login name for the user.

For more information about workflow rules, see Oracle CRM On Demand Online Help.

Arguments

Table 185 describes the arguments taken by the WorkflowUserSetInsertOrUpdate method.

Table 185. Arguments Taken by the WorkflowUserSetInsertOrUpdate Method
Name
Description
Required
Default
I/O

apData:WorkflowUserSet

The workflow user data to be updated or inserted.

Yes

Not applicable

Input

Status

The status of the call.

No applicable

Not applicable

Output

Return Value of the Call

The status is returned.

Oracle Web Services On Demand Guide, Version 26.0 (Oracle CRM On Demand Release 38) Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.