Temporary Admin Access in Identity Security Cloud using Roles, Forms, and Workflows

@colin_mckibben I am testing the workflow in my tenants. I don’t have option to create another identity to test so i am using my identity in requestor and requestee. while assigning the ORG_Role it failed. Is there a way to get test users and set my email address for test ?

{
  "accessRequestId": "4b4d982dddff4267ab12f0f1e72b5a6d",
  "requestedItemsStatus": [
    {
      "id": "2c91808b6ef1d43e016efba0ce470904",
      "name": "Temporary Admin Access",
      "description": "Engineering Access",
      "type": "Role",
      "operation": "Add",
      "clientMetadata": {
        "applicationName": "My application"
      },
      "approvalInfo": [],
      "comment": "requester comments"
    }
  ],
  "requestedBy": {
    "id": "6b83001e1b0f4d8e94e21745d8fb2927",
    "name": "Kumar Ranjan",
    "type": "IDENTITY"
  },
  "requestedFor": {
    "id": "6b83001e1b0f4d8e94e21745d8fb2927",
    "name": "Kumar Ranjan",
    "type": "IDENTITY"
  }
}

I found the issue and get it fixed.

@colin_mckibben It was resolve by fixing the areas like

OAuth Token URL : https://<<Tenants>>.api.identitynow-demo.com/oauth/token

Ensure oAuthScope = sp:scopes:all

New ClientID and Client Secret Generated : 
	In ISC UI: User Preferences → Personal Access Tokens -> Create a new PAT (copy Client ID and Client Secret
	
Change the Request URL : https://<<Tenants>>.api.identitynow-demo.com/v2025/auth-users/{{$.trigger.requestedFor.id}}

Added Myself at Receipient at Approver form So i will receive the email and workItem for approve

thanks for sharing the document.