Gets all user's groups.
user_id required | string <uuid> 用户ID。可以在发布商帐户 > 登录管理器设置 > 用户 > 用户名/ID 中找到它。 |
project_id required | string <uuid> 发布商帐户中的登录管理器项目ID。 |
确定
错误的请求
未授权
未找到
请求过多
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/users/{user_id}/user_groups \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
[- {
- "id": 0,
- "is_default": true,
- "is_deletable": true,
- "name": "string"
}
]