Update Registered User Icon

API Type

Web Services

Description

Updates the icon for a registered user.

Syntax

public virtual void UpdateRegisteredUserIcon(string userName, byte[] UserIcon)

Parameters

Name Description

userName

Definition:
The user name for the user.
Type
string
Allowed Values:
A valid user name for a registered AgilePoint user.

UserIcon

Definition:
A byte array representation of icon image.
Type
byte
Allowed Values:
A valid byte array.

Output

None.

Example

None.

Supported Versions

4.6 and higher