| Name |
Summary |
Parameters |
Returns |
| CreateAccount |
|
|
|
| CreateOrionAccount |
Creates a new Account with provided Account ID and Password. |
| Name |
Summary |
| accountID |
Required. Unique Account ID. |
| password |
Required. Account password. |
|
|
| CreateSamlAccount |
Adds SAML user account specified by its name into Orion. |
| Name |
Summary |
| accountType |
Required. A flag that indicates the type of account(s) to add. '5' for SAML User, '6' for SAML Group. |
| userOrGroupName |
Required. SAML User or Group name used to map the account. This value has to match the claim in the SAML response to log in as this user. |
|
|
| CreateWindowsAccount |
Adds Windows User accounts into Orion based on the provided account name search string. |
| Name |
Summary |
| accountType |
Required. A flag that indicates the type of Windows account(s) to add. '2' for Windows User, '3' for Windows Group. |
| userOrGroupName |
Required. Windows User or Group name to add. Use Domain\\Username or Domain\\Groupname format. All accounts that match the string provided will be added. |
| adminUser |
Optional. User name of the account that has administrative access to Active Directory or local domain accounts. |
| adminPassword |
Optional. Password for the user account granted administrative access to Active Directory or local domain accounts. |
|
|
| UpdateAccount |
Updates properties of the specified Account with provided values. |
| Name |
Summary |
| accountID |
Required. Account ID as defined in Orion.Accounts. |
| properties |
Required. A non-empty dictionary of name-value pairs that specify which properties to update. |
|
|
| DeleteAccount |
Deletes specified account. |
| Name |
Summary |
| accountID |
Required. Account ID as defined in Orion.Accounts. |
|
|
| ChangePassword |
Changes password of the specified Account with provided string. |
| Name |
Summary |
| accountID |
Required. Account ID as defined in Orion.Accounts. |
| password |
Required. New account password. |
|
|
| ResetPassword |
Resets password to empty password. |
| Name |
Summary |
| accountID |
Required. Account ID as defined in Orion.Accounts. |
|
|
| CreateOneTimeLoginToken |
Creates a one time login token. |
| Name |
Summary |
| accountID |
Required. Account ID as defined in Orion.Accounts. |
|
|