ユーザーのRESTエンドポイント
ユーザー
- ユーザーの追加またはインポート
- メソッド: postパス:
/essbase/rest/v1/users
- ユーザーの削除
- メソッド: deleteパス:
/essbase/rest/v1/users/{id}
- ユーザーの削除
- メソッド: postパス:
/essbase/rest/v1/users/actions/delete
- ユーザーの取得
- メソッド: getパス:
/essbase/rest/v1/users/{id}
- ユーザーの検索またはエクスポート
- メソッド: getパス:
/essbase/rest/v1/users
- ユーザーの更新
- メソッド: putパス:
/essbase/rest/v1/users/{id}