Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Workfront API to retrieve User Custom Fields

Avatar

Level 2

I thought this would work similar to retrieving Custom Fields in a Project, but its still only pulling in the basic fields.

 

GET

https:// <MyDomain>.my.workfront.com/attask/api/v15.0/user/5edb22c5022aac5751a37c4d0acfc53f/fields=parameterValues

 

Any help is greatly appreciated. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

 

I think you have a typo in your call.

 

You need to pass the query string using a question mark instead of the slash before fields:

 

https://<MyDomain>.my.workfront.com/attask/api/v15.0/user/5edb22c5022aac5751a37c4d0acfc53f?fields=parameterValues

  

 

Regards

Lars

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi,

 

I think you have a typo in your call.

 

You need to pass the query string using a question mark instead of the slash before fields:

 

https://<MyDomain>.my.workfront.com/attask/api/v15.0/user/5edb22c5022aac5751a37c4d0acfc53f?fields=parameterValues

  

 

Regards

Lars