Creates a request to change the user's email, sending the request to the new email. This will fail if the email is already in use.
Changes the password for the user.
Creates an invitation and sends an email to the invited user
Creates a new user in the platform. Does not require authentication.
Protected
getProtected
getOn setup, we can call getRequiredVersion and ping() to confirm that the service exists and that it is of a matching version semantically E.g. if required version is ~2.5 and the api returns 2.6.3, then no issue If returns 3.0.1, should log a warning If returns 1.0.2, should throw error saying it isn't new enough
Protected
getGet a user by id.
Optional
orgList users.
Locks user in the platform
Ping the backend service to check that it is alive and well
Unlocks user in the platform
Updates user in the platform.
Generated using TypeDoc
Accepts an invitation, creating a user and optionally adding to the configured organization