Hello,
I was wondering if there will be an endpoint (in the future) for user querying (userId/username) based on JWT.
This was really useful in v3 because we could utilize mapillary_tools (which requires “user_name” to run uploads) programmatically.
I have a feeling, based on mapillary app code, that the user part of the backend has been replaced to use a GraphQL api (userGqlService).
I’ve noticed that this is also a requirement for mapillary_tools.
Will this ever be exposed in the official V4 api?