Add user to Azure group

pramn
Tera Guru

Hi Team ,

Need help to fix this 


When we are trying to add user to Azure group, we are getting below error , can someone help us to fix this ?

{"error":{"code":"Request_BadRequest","message":"Bad request. Please fix the request before retrying.","innerError":{"date":"2024-12-06T22:13:26","request-id":"521b1f1f-97b4-41f7-9461-078f493e6d0d","client-request-id":"521b1f1f-97b4-41f7-9461-078f493e6d0d"}}}

3 REPLIES 3

AJ M
Mega Sage

Without seeing what was sent, it's not really possible to troubleshoot this.

However, here are a few things you can try: 

  1. If it's not customized, ensure you're up to date
  2. The user id and group id will be Azure object ids and have a format similar to the request id and client id you have in your error message.
  3. Is this functioning on any other part of the spoke? 
  4. Check connection and credentials. It could be an issue with your oauth token.

pramn_0-1733835023244.png

pramn_0-1733835361304.png

 

 

It looks like you're passing through a name rather than an Object ID for the group. Is that correct? 
You can use Look up Group and Look up User through the spoke to get these IDs so you can pass the IDs into the add user to group.