cloudfabrix / api-postman

SDK library for integrating with CloudFabrix RDA API - Example Postman collection
0 stars 0 forks source link

In api current user ouput it's showing lastname and firstname twice #9

Open smitesh-cfx opened 5 months ago

smitesh-cfx commented 5 months ago

API:- /api/v2/current_user ex:- { "authenticated": true, "company": "CloudFabrix", "first_name": "Acme", "firstname": "Acme", "id": "acme@cfx.com", "is_authenticated": true, "is_workspaceadmin": false, "is_workspacecreator": 0, "last_name": "Inc", "lastname": "Inc" }