|
|
CHARACTER GetUserNames ()
|
/* Returns an array of all user names in this realm
@return character[] An array of user names. */
|
|
|
CHARACTER GetUserNamesByQuery (character)
|
/* Returns a filtered array of user names in this realm
@param character A query filter string to select the user names to return. The format depends on
the realm implementation
@return character[] An array of user names. */
|
|
|
LOGICAL RemoveAttribute (character, character)
|
/* Removes an attribute value for a user.
@param character A unique userid
@param character The name of the attribute to remove
@return logical TRUE if the attribute value was successfully removed; FALSE otherwise */
|