You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using EUMAPI to create and manage users on a external app control panel.
Steps to Reproduce
Now user api (field api_key) is present in user list results <org>.carto.com/u/<org_owner>/api/v2/organization/dev/users/ , but not in user detail <org>.carto.com/u/<org_owner>/api/v2/organization/dev/users/<user>/
We need to get that master key to get later other user api keys using Auth API or to fake the user to call /me due to #15101
We need to call users endpoind and search the user now, which is slow an error prone.
Please, include that field on user detail endpoint too.
The text was updated successfully, but these errors were encountered:
Context
Using EUMAPI to create and manage users on a external app control panel.
Steps to Reproduce
Now user api (field
api_key
) is present in user list results<org>.carto.com/u/<org_owner>/api/v2/organization/dev/users/
, but not in user detail<org>.carto.com/u/<org_owner>/api/v2/organization/dev/users/<user>/
We need to get that master key to get later other user api keys using Auth API or to fake the user to call
/me
due to #15101We need to call
users
endpoind and search the user now, which is slow an error prone.Please, include that field on user detail endpoint too.
The text was updated successfully, but these errors were encountered: