user_login_token_updateReturns an updated login token for the provided login token
| Name | Type | Required | Example |
|---|---|---|---|
ai_token | String | Y | johndoeThe existing ai_token to update |
reissue | Integer | N | 1 or 0Should we issue a new token (destroying the old token)? |
expiration | Datetime | N | 2018-02-08Any time string will do (passed through strtotime). This value is only used for brand new keys or when reissue is true. |
| Name | Type | Example |
|---|---|---|
ai_token | String | S09F2092JF09ASDAFDUFAAFDUD_BMX9IThe ai_token which can be used in other API calls that this user has permission to use |
ai_expiration | Datetime | 2019-07-20 12:00:00The time that the specified token is set to expire |