Is the API using access token to differentiate users?
No, the API differentiates users using openId, not the access token. This ensures a unique identification for each user.
Yes, the accessToken is obtained based on the user’s authorization information and can be used to identify the user. However, since it may be updated during use (when refreshing the token), it is recommended to use openId for identification instead.