Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interface

IAccountManager

Syntax

_accountManagerAccountManager.SetActivationKey(int userId, int serviceId, string enrollmentKey, [int? organizationId = null])

...

HTTP 200 OK if successful, 401 if unauthorized, 400 otherwise.

Example

Code Block
languagec#
await _accountManager.SetActivationKey( userId, serviceId, enrollmentKey);

...