Get a list of all organization
Description
The GetAll() method is used to get a list of all organization.
Package Details
Interface
IAccountManager
Syntax
AccountManager.Activate( UserActivationContext userActivationContext )
Returns
Task<IEnumerable<Organization>>
API
[POST] /api/v1/organizations
Sample request body
{ "EnrollmentKey": "string", "ServiceId": "int", "AuthenticationContext": { "Type": "GCKey", "GCKey": { "MBUN": "string", "Issuer": "string" }, "WindowsUserName": "string" } }
Returns
UserDTO