Pavan Kalyan

Results 6 comments of Pavan Kalyan

Yes we are using python SDK. This is the complete traceback `Traceback (most recent call last): File "/home/app/*********/releases/1629447243/******/looker_handler.py", line 116, in disable_user response = self.__looker_client.get_user_****(data['external_user_id']) File "/home/app/*********/releases/1629447243/******/looker/looker_client.py", line 100, in...

We are not using https://pypi.org/project/looker-sdk/. We are using requests.get() to call the looker API and update the details

@joeldodge79 any update ?

This the body along with headers that we are using ``` body = { 'fields': 'credentials_api3,credentials_embed,credentials_email,credentials_totp,id' } ``` ``` headers = { 'Authorization': 'token ' + self.__access_token, } ``` `requests.get(endpoint...

@lanlooker we are getting the error when we try to fetch used details using `"/users/credential/embed/"` endpoint. This is the payload that we are sending to the get request > This...