Versions Compared

Key

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

Get a list of all

...

organizations

Description

The GetAll() method is used to get a list of all organizationorganizations.

Package Details

Interface

IAccountManagerIOrganizationManager

Syntax

AccountManagerOrganizationiManager.ActivateGetAll( UserActivationContext userActivationContext )

Returns

Task<IEnumerable<Organization>>

...

[POST] /api/v1/organizations

Sample request body

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

Returns

UserDTOTBD……