Setting Layout Template & Resource Pool via Fusion | Community
Skip to main content
Level 2
July 18, 2025
Solved

Setting Layout Template & Resource Pool via Fusion

  • July 18, 2025
  • 1 reply
  • 287 views

Hello,

 

We are trying to create new users using Fusion and setting up their layout templates and resource pool. However, when we try to fetch the custom API module in Fusion, it only allows to read the system generated layout templates and resource pools (default ones) and not user specific or group specific ones.

 

Is there a way this can be achieved?

Best answer by nfo

I'm gessing your Layout Templates are assigned to group, teams or job roles? If so setting home team, home group or Job role should assign the proper layout template to your user. If you're managing layout template at user level, set the uiTemplateID property for this user. You can get uiTemplates ID with /attask/api/v19.0/UITMPL/search?

 

For ressource pools, pass some ressource pools objects in your user resourcePools collection.

1 reply

nfo
nfoAccepted solution
Level 2
July 19, 2025

I'm gessing your Layout Templates are assigned to group, teams or job roles? If so setting home team, home group or Job role should assign the proper layout template to your user. If you're managing layout template at user level, set the uiTemplateID property for this user. You can get uiTemplates ID with /attask/api/v19.0/UITMPL/search?

 

For ressource pools, pass some ressource pools objects in your user resourcePools collection.

Level 2
July 22, 2025

Hello @nfo Thank you for the suggestion. This worked for us.