samagra-comms / inbound

0 stars 15 forks source link

Implemented Conversation-Authorization Header #72

Closed pankajjangid05 closed 1 year ago

pankajjangid05 commented 1 year ago

I have implemented the Conversation-Authorization header in the getFederatedUsers function. To retrieve all users, we make a call to the uci-api using the /getAllUsers endpoint. This API utilizes the NL API, which necessitates the Conversation-Authorization header.

pankajjangid05 commented 1 year ago

Completed and tested on staging

pankajjangid05 commented 1 year ago

Not tested on prod yet due to some uci-api service deployment problem.