https://developer.sailpoint.com/docs/
IIQ | ISC | OIM Mighty
IAM World
Labels
- AD (8)
- Aggregation (8)
- Audit Management (1)
- AWS (1)
- Certification (7)
- Compass_Useful_Links (1)
- Courses (1)
- Custom Reports (3)
- Custom Tasks (5)
- Database (OIM) (3)
- Database (Sailpoint) (2)
- E-Fix (3)
- Eclipse (2)
- EmailTemplate (1)
- Excel (7)
- Forgerock (1)
- Forms (4)
- GitHub (6)
- Group Management (3)
- IIQ Console Commands (1)
- IQ Service (1)
- ISC (20)
- Java (13)
- JML (1)
- Kanada (1)
- LCM (4)
- Linux (3)
- Loggers (3)
- MS Office (1)
- MySQL (8)
- Notifications (1)
- OIM (19)
- Password Management (2)
- Policy Violation (2)
- Provisioning (1)
- ProvisioningPlan (1)
- Quicklink (1)
- RBAC (4)
- References (1)
- Role Management (3)
- Rules_Scripts_APIs (33)
- Sailpoint (33)
- Sailpoint API's (7)
- SailPoint Best Practices (1)
- Scripts (1)
- Softwares (1)
- SSB (2)
- UAT (1)
- UI (2)
- UI/Task Server Configuration (1)
- Upgradation (1)
- VM Ware (1)
- Web Service (9)
- Workflow (8)
- Workgroup (2)
- XML (1)
Monday, June 29, 2026
Sunday, June 28, 2026
Fetch the pending ARs associated with the BR
SELECT
c.Name as AR,
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (p.created / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "P CREATED DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (p.end_date / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "P END DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (c.created / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "C CREATED DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (c.end_date / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "C CREATED DATE",
c.Name,
c.Value AS BR,
c.approver_name,
C.operation,
c.approval_state,
c.provisioning_state,
c.compilation_status,
c.identity_request_id
FROM identityiq.spt_identity_request_item c
JOIN identityiq.spt_identity_request p ON p.id = c.identity_request_id
WHERE c.name = 'assignedRoles' AND
(VALUE IN ('IIQ Role', 'ISC Roles'));
Fetch the roles base on Organizational Role
SELECT
br.name AS itr_or_br,
br.type AS itr_br_type,
it.name AS org_role_name,
it.type AS org_type
FROM identityiq.spt_bundle_children r
JOIN identityiq.spt_bundle it ON it.id = r.child
JOIN identityiq.spt_bundle br ON BR.ID = r.bundle
WHERE
it.name = 'ISC IT - Container';
Fetch the ENT membership details based on Logical ENT attribute
Monday, February 16, 2026
Access Intelligence Center
Search Overview - SailPoint Identity Services
https://documentation.sailpoint.com/saas/help/search/index.html
Search
Search :
Search Overview - SailPoint Identity Services
https://documentation.sailpoint.com/saas/help/search/index.html
Saturday, February 7, 2026
SailPoint Support Portal
SailPoint Support Homepage - Customer Support
https://support.sailpoint.com/csm
Tuesday, November 25, 2025
Content Assist set up in Eclipse
# Open the
Eclipse application
# Navigate
to Windows > click on Preferences
# Navigate
to Java and expand it
# Navigate
to Editor and expand it
# Navigate
to Content Assist and click on it
# Navigate to Auto Activation > Enable Auto Activation
Auto Activation > Auto activation
triggers for Java
Enter the following Characters :
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ._
Sunday, November 23, 2025
Link or HyperLink in EmailTemplates
<a href="http://localhost:8080/identityiq/workitem/WorkItem.jsf?id=$item.id">Link</a>
ISC Docs URL
https://developer.sailpoint.com/docs/ Identity Security Cloud | SailPoint Developer Community
-
public static String extractSessionIDFromGetSessionId(String jsonObject) throws ParseException { String methodName = "extractSession...
-
IIQ Installation Matrix : IdentityIQ Supported Platforms Matrix - Compass https://community.sailpoint.com/t5/IdentityIQ-Articles/IdentityIQ-...