Administration
Create support
post /api/http/administration/support
Create a profile for support
Rights, that may be checked: Grant permissions to other members
|
Request arguments |
---|
No arguments |
|
Get user agreement
get /api/http/administration/user-agreement
Rights, that may be checked:
|
Request arguments |
---|
No arguments |
|
Upload new user agreement
patch /api/http/administration/user-agreement
Rights, that may be checked: Grant permissions to other members
|
Request arguments |
---|
object with fields: newContent : string 
invalidate : boolean 
|
|
Enable / disable user agreement
post /api/http/administration/user-agreement/enabled
Rights, that may be checked: Grant permissions to other members
|
Request arguments |
---|
object with fields: enabled : boolean 
|
|
Is user agreement enabled?
get /api/http/administration/user-agreement/enabled
Rights, that may be checked:
|
Request arguments |
---|
No arguments |
|
Get all user agreement statuses
get /api/http/administration/user-agreement/status
Rights, that may be checked: Grant permissions to other members
|
Request arguments |
---|
$skip : string (Query) ( Nullable and Optional , defaults to null )
| $top : integer (format: int32) (Query) ( Nullable and Optional , defaults to 100 )
| query : string (Query) ( Optional , defaults to "" )
| accepted : boolean (Query) ( Nullable and Optional , defaults to null )
| activeProfilesOnly : boolean (Query) ( Optional , defaults to true )
|
Response |
---|
object with fields: next : string 
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of UA_UserAgreementStatus 
|
|
Get user agreement status for a profile
get /api/http/administration/user-agreement/status/{profile}
Rights, that may be checked: Grant permissions to other members
|
Request arguments |
---|
profile : string in one of the formats
externalId : string
id : string
me
username : string
(Path)  |
|
Last modified: 08 September 2022