license_getExternalUsers

Obtains a count of external users.

Syntax

public long license_getExternalUsers( String accessToken );

Description

The license_getExternalUsers operation obtains a count of legal external users for the current license.

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 indicating the number of allowed external users.

See Also