Acquisition of user authentication method information#

ユーザーの認証方式を参照します。

APIエンドポイント#

リージョン APIエンドポイント
西日本リージョン3の場合 https://identity.jp-west-3.cloud.global.fujitsu.com
東日本リージョン3の場合 https://identity.jp-east-3.cloud.global.fujitsu.com

HTTPメソッドとURI#

GET

/v3/users/{user_id}/auth_type

HTTPステータスコード#

正常時:200

エラー時:400, 401, 403, 404, 413, 500, 501, 503

リクエストパラメータの説明#

名前 In Type デフォルト値
/必須指定
Description
X-Auth-Token header string 必須 管理者ユーザーが利用する有効な認証トークン
user_id path string 必須 ユーザーのID

レスポンスボディ(正常系)の説明#

名前 Type Description
user object ユーザーのオブジェクト
auth_type object 認証方式

レスポンス例#

{
    {
        "user": {
        "auth_type": "password"
    }
}