Active Directory User Details

Which IIQ version are you inquiring about?

Version 8.2

Share all details related to your problem, including any error messages you may have received.

Hi,
I want to get basic information like firstname, lastname, email, saMAccountname of the user through GET API if user has Active Directory Account. Is there any API to achieve this.

Below scim API return all application account of the user.

http://localhost:8080/identityiq/scim/v2/Users=0a01332182811f5c818291537c4e295c

Hi Rajesh,
Try this API

@Krajesh
If you have the Link ID of the specific Account you are looking for, you can use the below

http://localhost:8080/identityiq/scim/v2/Accounts/:accountId

But you just have the User ID or user name, you may have to write a custom workflow to fetch the details you need and call the workflow using scim/v2/LaunchedWorkflows API

Hi Satish,
I tried to launch workflow using
http://localhost:8080/identityiq/scim/v2/LaunchedWorkflows
I was expecting output as
{
“firstname” :“Praveen”,
“lastname”:“Test1”,
“email” : “[email protected]
}


img2

GET Operation is also not returning expected output.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.