AD Group - Workflow activity error

madhuuuuuu
Tera Contributor

Hi All,
I have configured a workflow with custom workflow activity to remove user to a AD group. Workflow shows error,
{"result":"failure","error_message":"(& (objectClass=User) (samaccountname=TA1)) could not be found
can anyone please help.


Many thanks in Advance!!

 

1 REPLY 1

Community Alums
Not applicable

Hey @madhuuuuuu 

 

The error is telling you it couldn't find an AD User with the name "TA1". Is the name of the group you are trying to remove people from called "TA1"? If so, you'll need to adjust your AD query so that you search for the user's SAN instead of the group.

 

If you are using the AD spoke, here is the documentation that might help: https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/administer/orchestration-ac...

 

~Nick