ユーザー管理のRESTエンドポイント

ユーザー管理
ユーザー管理 - 作成、リスト、取得、更新
ユーザーの作成
メソッド: post
パス: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
ユーザーのリスト
メソッド: get
パス: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}
ユーザーの取得
メソッド: get
パス: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
ユーザーの更新
メソッド: patch
パス: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}