Sign in or 

| HTTP Method | URI | Returns |
| POST | /UserService/login.do | A ticket |
Example Request ( required parameters in red ):URL: | ||
Example Response:<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
The current time, expressed as the number of seconds since January 1, 1970 12:00 am GMT. This must be within five minutes of Wetpaint server time. Example data is available.cred.sig
Developer credential signature. This is calculated as the HMAC-SHA-1 hash of the developer key (the key parameter), the user ID (the user.userId parameter, described below), and the current timestamp (the cred.ts parameter). The key used by the HMAC-SHA-1 algorithm should be the developer secret. For example, in PHP: $sig = hash_hmac( "sha1", $developer_key . $user_id . time(), $developer_secret, FALSE ); Example data is available.user.userId
Unique ID of user to log in.user.email
Email address of user.user.emailOptIn
Opt-in for notification emails ( values can be: true or false; 1 or 0; or yes or no ).output
Currently only api output is supported for this call.
Publicly displayable name for user. If not provided, the userId is used in place of this value.user.profileUrl
URL for user's profile page. If not provided, this user's name will not be linked when displayed.user.avatarUrl
URL for user's avatar image. If not provided, a generic avatar will be displayed for this user.user.role
Role of user. May have the values registered, moderator, or banned. If not provided, defaults to registered. For more information on what each role can do from a user experience perspective please consult the features and functionality documentation.