User constructor

User([
  1. APIVersion version = APIVersion.v1
])

Contructs object to access user management methods.

Uses the default API version of v1, though an alternative version can be specified.

Implementation

User([APIVersion version = APIVersion.v1]) : _urlBase = URLBase(version);