toloka.client.TolokaClient.set_user_skill
| Source code
Assigns a skill to a Toloker.
Parameters | Type | Description |
---|---|---|
user_id | Optional[str] | The Toloker's ID. |
skill_id | Optional[str] | The ID of the skill to set. |
value | Optional[Decimal] | The value of the skill. Allowed values: from 0 to 100. |
Returns:
Updated skill information.
Return type:
Examples:
from decimal import Decimaltoloka_client.set_user_skill( skill_id='11294', user_id='fac97860c7929add8048ed2ef63b66fd', value=Decimal(100))
Last updated: August 28, 2023