toloka.client.TolokaClient.get_user
| Source code
get_user(self, user_id: str)
Gets information about a Toloker.
Parameters | Type | Description |
---|---|---|
user_id | str | The Toloker ID. |
Returns:
Information about the Toloker.
Return type:
Examples:
toloker_info = toloka_client.get_user(user_id='fac97860c7929add8048ed2ef63b66fd')print(toloker_info.country)
Last updated: August 28, 2023