Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
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