• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

POST calls to User Management Action API

New Here ,
Jun 30, 2023 Jun 30, 2023

Copy link to clipboard

Copied

Hey everyone,

 

I keep getting a 400 error when I issue POST calls to the User Management Action API. The documentation says that 400 errors occur when "some parameters of the request were not understood by the server or the Service Account Integration certificate has expired." Is there a problem with my JSON? I'm working on Federated/Enterprise IDs, so domain isn't included in body (though I have tried that). Adding a responseID doesn't fix the error, either.

 

Call 1 Body

[{
"username": "test_user_1@iu.edu",
"do": [{
"update": {
"lastname": "yellow"
}
}]
}]
 
Call 2 Body
[{
"user": "test_user_1@iu.edu",
"do": [{
"removeFromOrg": {
"deleteAccount": false
}
}]
}]
 
Thanks in advance for your help.
TOPICS
Admin console , Enterprise , Troubleshooting

Views

244

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jul 02, 2023 Jul 02, 2023

Hi, @rileyr52434503 kindly raise a support case from the Admin Console as we have a dedicated team for UST and they will connect with you.

Thanks!

Votes

Translate

Translate
New Here ,
Jun 30, 2023 Jun 30, 2023

Copy link to clipboard

Copied

I lost my formatting. Here are some screenshots of how the JSON bodies appear with formatting in case it helps.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 02, 2023 Jul 02, 2023

Copy link to clipboard

Copied

LATEST

Hi, @rileyr52434503 kindly raise a support case from the Admin Console as we have a dedicated team for UST and they will connect with you.

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines