Getting Custom Profile Fields

I have created an oauth client, and I am attempting to get a custom profile field. The role for the client has view and edit permissions for the field but it is not being returned via /api/v2/users/489c068f-cf0a-4178-b8fe-52fdc79ff089 nor /api/v2/users/489c068f-cf0a-4178-b8fe-52fdc79ff089/profile I feel like I am overlooking a simple call or expand option. Thoughts?

p.s.
I should add that this is further complicated by the fact that despite the trusted user having the role I can not see the field on the user's profile.

GET /api/v2/users/{userId}/profile doesn't return custom profile fields. CORE-6697 exists to add this feature. I've added your request to the issue.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.