User Object

Applies to QAComplete 14.3, last modified on February 19, 2024

A User object represents a user account in QAComplete. Using the API, you can add users and convert between user IDs and emails.

Properties

UserId  :  integer

The user ID.

FirstName  :  string (max 25 chars)

The first name of the users.

LastName  :  string (max 25 chars)

The last name of the user.

Email  :  string (max 255 chars)

The login email address of the user.

SecurityGroup  :  string (max 255 chars)

The security group the user is in. For possible values, see  > Setup > Security > Security Groups in QAComplete.

Password  :  string (max 255 chars)

The password of the user.

TimeZone  :  string (max 100 chars)

The user’s time zone. For possible values, see  > Setup > System Configuration > System Options > Your Time Zone in QAComplete. The default value is the server’s time zone.

Relevant Operations

Example

XML

<User>
  <UserId>24661</UserId>
  <FirstName>Alex</FirstName>
  <LastName>Fry</LastName>
  <Email>[email protected]</Email>
  <SecurityGroup>Expert Users</SecurityGroup>
</User>

See Also

User_Add Operation
Users Operations

Highlight search results