This method/service call returns a array with the user information.
read more »Returns a session token for a specified user ID.
This method returns the session token for the provided user id. If the third argument is true it will also return any user data available for the account in the form of an array.
read more »This method returns information about the user by providing the associated session token. The return value is in the form of a array.
read more »Returns information about a specific user.
This method returns all available information about a requested user based on either a user ID or a username. The method requires a user ID or a username. If a username is supplied the vhost parameter is required.
read more »This method returns all available user information about a specific user based on the required email address. This method requires a valid email address and a vhost ID.
read more »This method returns all available information about a requested user based on an exernal user ID. The method requires an external user ID and vhost.
read more »Returns information about a specific user.
This method requires a username and a vhost ID.
read more »Returns an array of users with standard information and metadata. Also returns userCount - the number of users found in the search.
read more »This method registers a new user or updates an existing user if it already exists and returns the user's ID.
The userData is optional, and can be used to update user information if needed. The "userName" parameter will be used as the primary key here. The username may not be updated through this service call; it will only be used if a new user is being registered.
The "userName" read more »
This function marks a particular user as offensive.
Note: A user can report a user as offensive once.
You can pass various optional parameters to this function, including the id of the user who reported the user as offensive and the reason why the user was reported offensive. If you wish to send an email to a particular person upon the use of this function, then you have to set the read more »
Updates a user's information personal information and metadata.
The meta data field is a bit special. The meta field must be supplied as an array. The new user meta-data will be a merge of the existing meta-date + the newly supplied metadata. Only the top-level elements in the array will be merged, if you have an array within an array, the old top-level array will be completely read more »
Verifies if a username or email already exists in a specific vhost.
When they don't exist this method will return 1, if the user already exists it will return -1, if the email already exists it will return -2.
read more »