Hello,
I am attempting to update a user using the DOMO User API. When doing so, I receive a HTTP status code of 500.
I have been able to successfully add/get users to/from our DOMO instance using the API. However, I cannot update them. This is what my header contains:
Method: PUT
URL: https://api.domo.com/v1/users/(userID)
Accept: application/json
Content-Type: application/json
Host: api.domo.com
Content-Length: 35
Authorization: bearer (token)
Body: { "email" : "example@example.com" }
I am following the DOMO User API documentation and everything looks alright, but it seems like I must be missing something. Has anyone else ran into this problem or notice something I have missed? Any help would be greatly appreciated!
Thank you