Xsolla-logo
  • 문서화
  • 계정 생성

Update user groupsServer-side

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

Updates user's groups.

Notice
  • Pass IDs of all groups where the users should be, other groups will be automatically deactivated for this user.
  • 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
user_groups
required
Array of integers

List of user groups ID.

Responses
200

확인

400

잘못된 요청

401

인증되지 않음

404

찾을 수 없음

422

처리할 수 없는 엔터티

Request samples
application/json
{
  • "user_groups": [
    ]
}
Response samples
application/json
[
  • {
    }
]