Setting Layout Template & Resource Pool via Fusion | Adobe Higher Education
Skip to main content
Level 2
July 18, 2025
Respondido

Setting Layout Template & Resource Pool via Fusion

  • July 18, 2025
  • 1 resposta
  • 287 Visualizações

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?

Melhor resposta por 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 Resposta

nfo
nfoResposta
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.