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

확인

400

잘못된 요청

401

인증되지 않음

404

찾을 수 없음

422

처리할 수 없는 엔터티

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