Previous Topic: Authorized Users Parameters Structure

Next Topic: Authorized User Example

Attributes

The ConfigureUser attributes are as follows:

MODE="ADD|MODIFY|DELETE"

Must specify a value of ‘add’,’modify,’ or ‘delete.’

Add

Defines a new user's configuration.

Note: Omitted attributes are assigned default values.

Modify

Modifies an existing user's configuration attributes.

Note: The value of any attribute omitted from the XML remains unchanged.

Delete

Deletes a user's configuration.

Note: All attributes except LOGINID are ignored.

LOGONID="logonid"

The logon ID of the user to be added, modified, or deleted.

SUPERADMIN="0|1"

(Required) Indicates the setting for the user’s Super Admin status.

0

User status

1

Super Admin status

Default: 0

LIMITFILES="n"

The maximum number of this user’s inserted files that can coexist over all realms.

-ve

Unlimited

Default: -1

LIMITSIZE="n"

The maximum total size (in Kbytes) of this user’s inserted files that can coexist over all realms.

-ve

Unlimited

Default: -1

LASTLOGIN="dd/mm/yy hh:mm:ss"

Date and time when the user last accessed CA XCOM Gateway.

Note: This attribute is disregarded if specified in the XML provided for a ConfigurePolicy request. It is provided in the XML returned by the ConfigurePolicy response.