Download OpenAPI specification:Download
| brand required | string brand |
modules
Accepted
Bad Request
Unauthorized
Forbidden
[- "USER_ADMINISTRATION"
]adConfigDto
| adSpaces | Array of objects (AdSpaceDto) |
| id | string |
| name | string |
| networkCode | string |
OK
Created
Bad Request
Unauthorized
Forbidden
{- "adSpaces": [
- {
- "adModuleId": "string",
- "coolDown": 0,
- "enabled": true,
- "googlePublisherTags": {
- "property1": "string",
- "property2": "string"
}, - "id": "string",
- "position": 0,
- "reloadAfter": 0
}
], - "id": "string",
- "name": "string",
- "networkCode": "string"
}| id required | string id |
adConfig
| adSpaces | Array of objects (AdSpaceDto) |
| id | string |
| name | string |
| networkCode | string |
Accepted
Bad Request
Unauthorized
Forbidden
{- "adSpaces": [
- {
- "adModuleId": "string",
- "coolDown": 0,
- "enabled": true,
- "googlePublisherTags": {
- "property1": "string",
- "property2": "string"
}, - "id": "string",
- "position": 0,
- "reloadAfter": 0
}
], - "id": "string",
- "name": "string",
- "networkCode": "string"
}| adConfigId required | string adConfigId |
| adUserGroupId required | string adUserGroupId |
Accepted
Bad Request
Unauthorized
Forbidden
| brand required | string brand |
passwordPolicyDto
| minLength | integer <int32> |
| requireLowerCaseLetters | boolean |
| requireNumbers | boolean |
| requireSpecialCharacters | boolean |
| requireUpperCaseLetters | boolean |
Accepted
Bad Request
Unauthorized
Forbidden
{- "minLength": 0,
- "requireLowerCaseLetters": true,
- "requireNumbers": true,
- "requireSpecialCharacters": true,
- "requireUpperCaseLetters": true
}| user required | string user |
newRoles
Accepted
Bad Request
Unauthorized
Forbidden
[- "BANNER_VIEW"
]adUserConfigDtos
| adConfigId | string |
| adUserGroupId | string |
Accepted
Bad Request
Unauthorized
Forbidden
[- {
- "adConfigId": "string",
- "adUserGroupId": "string"
}
]| brand required | string brand |
| principal required | string principal |
permissions
| operation | string |
| resource | string |
Accepted
Bad Request
Unauthorized
Forbidden
[- {
- "operation": "string",
- "resource": "string"
}
]| brand required | string brand |
adUserGroupDto
| contextId required | string The preview user context id |
| id required | string The package id |
| loginName required | string The preview username |
| loginPassword required | string The preview user password |
| name required | string The name of the group |
| userId required | string The preview user id |
OK
Created
Bad Request
Unauthorized
Forbidden
{- "contextId": "string",
- "id": "string",
- "loginName": "string",
- "loginPassword": "string",
- "name": "string",
- "userId": "string"
}| brand required | string brand |
| id required | string id |
adUserGroupDto
| contextId required | string The preview user context id |
| id required | string The package id |
| loginName required | string The preview username |
| loginPassword required | string The preview user password |
| name required | string The name of the group |
| userId required | string The preview user id |
Accepted
Bad Request
Unauthorized
Forbidden
{- "contextId": "string",
- "id": "string",
- "loginName": "string",
- "loginPassword": "string",
- "name": "string",
- "userId": "string"
}newUser
| displayName | string The name of the user |
string The email address of the user | |
| preferredLanguage | string The preferred language of the user |
| status | string Enum: "ACTIVE" "INACTIVE" The user account status |
| uid | string The user unique identifier |
Created
Bad Request
Unauthorized
Forbidden
{- "displayName": "string",
- "email": "string",
- "preferredLanguage": "string",
- "status": "ACTIVE",
- "uid": "string"
}languageDto
| preferredLanguage | string |
Accepted
Bad Request
Unauthorized
Forbidden
{- "preferredLanguage": "string"
}| uid required | string uid |
user
| displayName | string The name of the user |
string The email address of the user | |
| preferredLanguage | string The preferred language of the user |
| status | string Enum: "ACTIVE" "INACTIVE" The user account status |
| uid | string The user unique identifier |
Accepted
Bad Request
Unauthorized
Forbidden
{- "displayName": "string",
- "email": "string",
- "preferredLanguage": "string",
- "status": "ACTIVE",
- "uid": "string"
}| userId required | string userId |
alias
OK
Created
Bad Request
Unauthorized
Forbidden
"string"| userId required | string userId |
| aliasAddress required | string aliasAddress |
OK
Unauthorized
Forbidden
Not Found
| userId required | string userId |
permissions
OK
Accepted
Bad Request
Unauthorized
Forbidden
{ }passwordDto
| current | string |
| first | string |
| second | string |
Created
Accepted
Bad Request
Unauthorized
Forbidden
{- "current": "string",
- "first": "string",
- "second": "string"
}passwordDto
| current | string |
| first | string |
| second | string |
Accepted
Bad Request
Unauthorized
Forbidden
{- "current": "string",
- "first": "string",
- "second": "string"
}brandDto
| appSuiteUrl required | string A link to the OX app suite |
| defaultLanguage required | string The brand's default language |
| externalHost required | string The external hostname (FQDN) of the brand |
| helpUrl | string A link to a support page |
| host required | string The hostname which maps to the brand |
| name required | string The name of the brand |
| rememberMe | boolean Enable rememberMe feature |
| rememberMeTokenValidity | integer <int32> |
| smtpHost required | string The mail server host |
| smtpPassword | string The mail server password |
| smtpPort required | integer <int32> The mail server port |
| smtpSenderAddress required | string The sender e-mail address |
| smtpSenderName required | string The name of the sender |
| smtpUsername | string The mail server username |
| title required | string The title which is used in the web GUI e.g. for the page title |
Created
Bad Request
Unauthorized
Forbidden
{- "appSuiteUrl": "string",
- "defaultLanguage": "string",
- "externalHost": "string",
- "helpUrl": "string",
- "host": "string",
- "name": "string",
- "rememberMe": false,
- "rememberMeTokenValidity": 0,
- "smtpHost": "string",
- "smtpPassword": "string",
- "smtpPort": 0,
- "smtpSenderAddress": "string",
- "smtpSenderName": "string",
- "smtpUsername": "string",
- "title": "string"
}| brand required | string brand |
brandDto
| appSuiteUrl required | string A link to the OX app suite |
| defaultLanguage required | string The brand's default language |
| externalHost required | string The external hostname (FQDN) of the brand |
| helpUrl | string A link to a support page |
| host required | string The hostname which maps to the brand |
| name required | string The name of the brand |
| rememberMe | boolean Enable rememberMe feature |
| rememberMeTokenValidity | integer <int32> |
| smtpHost required | string The mail server host |
| smtpPassword | string The mail server password |
| smtpPort required | integer <int32> The mail server port |
| smtpSenderAddress required | string The sender e-mail address |
| smtpSenderName required | string The name of the sender |
| smtpUsername | string The mail server username |
| title required | string The title which is used in the web GUI e.g. for the page title |
Accepted
Bad Request
Unauthorized
Forbidden
{- "appSuiteUrl": "string",
- "defaultLanguage": "string",
- "externalHost": "string",
- "helpUrl": "string",
- "host": "string",
- "name": "string",
- "rememberMe": false,
- "rememberMeTokenValidity": 0,
- "smtpHost": "string",
- "smtpPassword": "string",
- "smtpPort": 0,
- "smtpSenderAddress": "string",
- "smtpSenderName": "string",
- "smtpUsername": "string",
- "title": "string"
}requestData
| payload | string |
Accepted
Bad Request
Unauthorized
Forbidden
{- "payload": "string"
}requestData
| payload | string |
Accepted
Bad Request
Unauthorized
Forbidden
{- "payload": "string"
}Login method
| username required | string login of the user |
| password required | string password of the user |
| remember-me | boolean enable user session cookies (remember-me) |
Created
Bad Request
Unauthorized
Forbidden