13 Aug 2025
07:10 AM
- last edited on
14 Aug 2025
06:50 AM
by
MaciejNeumann
Hi, I have walked through the doc below regarding set home launcher via API, now I know the schema name, could someone please guide how to do next step, which API endpoint I could use? Thanks in advance.
Solved! Go to Solution.
13 Aug 2025 08:23 AM
Hi @yao_zhang
Think this would the API endpoint:
Settings API - POST an object — Dynatrace Docs
Best regards,
János
13 Aug 2025 09:04 AM
@yao_zhang In addition to the API mentioned by @Mizső , here is an example payload that you need to pass
[
{
"schemaId": "app:dynatrace.launcher:home.launchpad",
"value": {
"groupLaunchpads": [
{
"launchpadId": "xxxx",
"userGroupId": "xxxx",
"isEnabled": true
}
]
}
}
]
21 Aug 2025 04:16 AM
Thanks a lot, @p_devulapalli , very helpful! Wish you a good day!