I am trying to change the Identity Profile Order and I am getting 400 response.
Hi Tom, evertything good?
Missing β}β
2 Likes
Hi Tom,
Matheus is right. You are missing β}β.
Also, if you have VS code, it is easy to change the priority there.
Try setting up the VS code and add your tenant. Once you setup that, go to identity profile and you can directly make charges to priority.
1 Like
@Sachin_Rajathadri I tried it in VSC and it shows but when I do a refresh I donβt see it reflecting in the client.
@TJ211 if it worked, could you please mark it as a solution? thanks!
1 Like
@Sachin_Rajathadri has the correct answer. Youβre body needs to match this.
[
{
"op": "replace",
"path": "/priority",
"value": "150"
}
]
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.