toloka.client.TolokaClient.get_user_restriction
| Source code
get_user_restriction(self, user_restriction_id: str)
Gets information about a Toloker restriction.
Parameters | Type | Description |
---|---|---|
user_restriction_id | str | ID of the Toloker restriction. |
Returns:
The Toloker restriction.
Return type:
Examples:
toloka_client.get_user_restriction(user_restriction_id='1')