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
UserDTO
TBD……