...
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 | ||
---|---|---|
| ||
await _accountManager.SetActivationKey( userId, serviceId, enrollmentKey); |
...