license_getRegisteredUsers

Obtains a count of registered Vibe users.

Syntax

public long license_getRegisteredUsers( String accessToken );

Description

The license_getRegisteredUsers operation obtains a count of the current number of registered users on the system.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

return_value

An integer that is the count of users currently registered on the system.

See Also