Gets all user's groups.
user_id required | string <uuid> User ID. You can find it in Publisher Account > Login settings > Users > Username/ID. |
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Unauthorized
Not Found
Too Many Requests
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"
}
]