Get User List

Description

This public method will allow users to get a list of 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 getUserList(String shortname, String authcode, String filterCondition);

Parameters

Parameter

Description

Shortname

identifier of the company, company’s short name

Authcode

authentication key for the company, in text string

filterCondition

Information or condition to filter users list

Return Value

See Return Values.

Sample Method

If User Attribute Form is defined:

getUserList("acme", "acme_authcode", "uuu_user_status=0 or uuu_user_status=1 or uuu_user_status=2");

If User Attribute Form is not defined:

getUserList("acme", "acme_authcode", " status=0 or status=1 or status=2");

Additional Information

This method will allow users to get a list of company users based on the matching filter condition on either Username or First Name or Last Name or Email or Status. The XML element for these fields will be based on whether the User Attribute Form has been defined, or not, as shown below:

Field

When User Attribute Form is Defined

When User Attribute Form is not Defined

Username

uuu_user_loginname

username

First Name

uuu_user_firstname

firstname

Lastname

uuu_user_lastname

lastname

Email

uuu_user_email

email

Status

uuu_user_status

status

Only one filter condition can be provided at a time using the "=" operator.

Method will return the list of Users with matching conditions.

Related Topics

User Administration Methods

Create User

Update User

Update User Group Membership

Update User Shell Membership



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022