edubase_post_user_assume
Assume specific EduBase user identity by providing username or email to authenticate and execute subsequent platform actions under that account.
Instructions
Assume user for next requests with assume token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string, username or email address | |
| password | No | password or user secret |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string | |
| token | Yes | assume token | |
| valid | Yes | validity of the generated token |