addUser

Adds a user with a specified ID and full name, filling in the rest of the record with default values.

Arguments

Name Type Description
skey string

userid string

The ID of the user (used for logging into the Timesheet server).

fullname string

The full name of the user.

Return

The addUser method returns the ID of the newly added user (a string).