Workfront API to retrieve User Custom Fields | Community
Skip to main content
Level 2
December 12, 2023
Solved

Workfront API to retrieve User Custom Fields

  • December 12, 2023
  • 1 reply
  • 844 views

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. 

Best answer by lgaertner

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

1 reply

lgaertner
lgaertnerAccepted solution
Level 9
December 12, 2023

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

Level 2
October 14, 2025

Hi,
Kindly help in getting calculated field formulae to fetch all users email address as typeahead.

 

Regards,

Diksha G.