Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels