Update User

Description

This public method will allow users to update one or more company users.

Support

Installation: ASP and Self host

Level

Yes or No

Company Level

Yes

Project and Shell Level

No

Program Level

No

Prototype

public XMLObject updateUser(String shortname, String authcode, String userXML );

Parameters

Parameter

Description

Shortname

identifier of the company, company’s short name

Authcode

authentication key for the company, in text string

userXML

  • If the User Attribute Form is defined, it should be based on the integration interface definition of the user attribute form in udesigner.
  • If the User Attribute Form is not defined, the element of userXML will be from the userXML Elements table in the "Create User" section above.

Return Value

See Return Values.

Sample Method

updateUser("acme", "acme_authcode", "<user information>")

Additional Information

'_user' will be the base tag which can be repeated with the data in order to update multiple company users.

The unique identifier will be the user name and based on the matching user name, the passed on fields should be updated.

The Web Services call for user administration includes a XML tag to support the Proxy login setup. The Data Element (DE) for the XML tag is: "uuu_user_proxy_config."

This is not a required field, so the default value remains unchecked.

Users can be created using the CreateOject WS method, and the XML tag is: "allowproxy."

To map the values for checkbox:

Related Topics

User Administration Methods

Create User

Get User List

Update User Group Membership

Update User Shell Membership



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022