Reading user attributes

180 Views Asked by At

So on create/update methods, there's a attributes param, described as "base64 encoded JSON document describing the user attributes".

However, on both the read user and the auth/me endpoints, it doesn't return the attributes. How can we retrieve the data?

1

There are 1 best solutions below

0
On BEST ANSWER

Add 'full=1' as a query parameter and it should return the User attributes for both endpoints. We missed that param in our docs so we will go ahead and make the addition.