Xsolla-logo

Manage groups for userServer-side

put/projects/{project_id}/users/{user_id}/user_groups

Manages groups for a user. A default group cannot be passed to this method.

Notice
  • A Default group cannot be passed to this method.
  • This method automatically updates user tags in Mailchimp if you have connected it.

SecurityServer
Request
path Parameters
user_id
required
string <uuid>

ユーザーID。パブリッシャーアカウント > ログイン設定 > ユーザー > ユーザー名/IDで見つけることができます。

project_id
required
string <uuid>

パブリッシャーアカウントからのログインプロジェクトID。

Request Body schema: application/json
add_user_groups
Array of integers <= 1000 items

List of user groups ID.

remove_user_groups
Array of integers <= 1000 items

List of user groups ID.

Responses
200

OK

400

無効なリクエスト

401

未認証

404

見つかりません

422

処理不可能なエンティティー

Request samples
application/json
{
  • "add_user_groups": [
    ],
  • "remove_user_groups": [
    ]
}
Response samples
application/json
[
  • {
    }
]