Versions Compared

Key

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

...

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

Code Block
{
  "EnrollmentKey": "string",
  "ServiceId": "int",
  "AuthenticationContext": {
    "Type": "GCKey",
    "GCKey": {
      "MBUN": "string",
      "Issuer": "string"
    },
    "WindowsUserName": "string"
  }
}

Returns

UserDTO