グループにサブアカウントを追加
    • PDF

    グループにサブアカウントを追加

    • PDF

    Article Summary

    • グループにサブアカウントを追加します。

    API

    • POST /groups/{groupId}/sub-accounts

    リクエスト

    Path Variables

    パラメータ必須タイプ制約事項説明
    groupIdYStringGroup Id

    Body

    {
    	"subAccountIdList": [
    		"string"
    	]
    }
    
    パラメータ必須タイプ制約事項説明
    subAccountIdListYarrayサブアカウントIDリスト

    レスポンス

    • レスポンス
    パラメータ名必須タイプ説明
    ProcessResultYArray処理結果
    • レスポンス例 - 成功
    [
        {
            "success": true,
            "id": "subAccountId1"
        }
    ]
    
    • レスポンス例 - 既に登録済みのサブアカウント
    [
        {
            "success": false,
            "id": "subAccountId2",
            "message": "既に登録済みのサブアカウントです。"
        }
    ]
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.