管理
サポートの作成
post /api/http/administration/support
サポート用のプロファイルを作成する
必須アクセス権: Grant permissions to other members
ユーザー同意を得る
get /api/http/administration/user-agreement
必須アクセス権:
新しいユーザー契約をアップロードする
patch /api/http/administration/user-agreement
必須アクセス権: Grant permissions to other members
ユーザー同意を有効 / 無効にする
post /api/http/administration/user-agreement/enabled
必須アクセス権: Grant permissions to other members
ユーザー同意は有効になっていますか ?
get /api/http/administration/user-agreement/enabled
必須アクセス権:
すべてのユーザー契約ステータスを取得する
get /api/http/administration/user-agreement/status
必須アクセス権: Grant permissions to other members
|
リクエスト引数 |
---|
$skip : string (クエリ) ( Nullable および Optional、デフォルトは null ) | $top : integer (フォーマット: int32) (クエリ) ( Nullable および Optional、デフォルトは 100 ) | query : string (クエリ) (オプション、デフォルトは "" ) | accepted : boolean (クエリ) ( Nullable および Optional、デフォルトは null ) | activeProfilesOnly : boolean (クエリ) (オプション、デフォルトは true ) |
|
プロファイルのユーザー同意ステータスを取得する
get /api/http/administration/user-agreement/status/{profile}
必須アクセス権: Grant permissions to other members
|
リクエスト引数 |
---|
profile : いずれかの形式の文字列 externalId : string
id : string
me
username : string
(パス) (必須) |
|