Unable to update phone number for user #141
-
I'm trying to update the phone_numbers from the REST api, when I do a PUT with the correct phone_numbers attribute I get a response with the new user and the new phone number, but when I get that user or view it in the API the phone number is not present. for example, I can update my user:
but later when I get that same user
|
Beta Was this translation helpful? Give feedback.
Answered by
unamashana
Oct 10, 2023
Replies: 1 comment
-
Sorry about that @TD-4242 . We've patched the API to return phone numbers in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
unamashana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about that @TD-4242 . We've patched the API to return phone numbers in the
GET /users
request.