You can block a Toloker's access to one or more projects. This lets you control which Tolokers will complete tasks. For example, you can select Tolokers with a skill value lower than N and block their access to tasks. You can also unblock access.
Method | Endpoint | Overview |
---|---|---|
PUT | /user-restrictions | Blocks a Toloker from accessing tasks. |
GET | /user-restrictions | Gets the list of Toloker bans. |
GET | /user-restrictions/<ban_id> | Gets information about a ban. |
DELETE | /user-restrictions/<ban_id> | Removes a ban. |