Once Token is generated and headers are set, is it possible to reset some values within API call based on Authentication?

Not applicable
 
Solved Solved
0 1 162
1 ACCEPTED SOLUTION

Not applicable

With only the token, there is no straight forward way to do this since the token will expire. One alternative is to include the userid in the request. This would allow you to setup Key-Value maps that can be used to lookup data based on the user.

View solution in original post

1 REPLY 1

Not applicable

With only the token, there is no straight forward way to do this since the token will expire. One alternative is to include the userid in the request. This would allow you to setup Key-Value maps that can be used to lookup data based on the user.