• Adding an additional parameter to a webservice proxy generated code

    Hi,

    we have a stabile PowerShell synchronization project to an external API based target system which cowers majority of JML scenarios.

    The customer came up with a new functionality where IDM would have to perform a specific call so it would be best to…

  • Swagger API Documentation Failed to fetch

    Hi all,

    I'm trying to test the APIs in the Swagger API Documentation,

    and they all have the same response: TypeError: Failed to fetch.

    Anyone had the same kind of error?

    Any help would be much appreciated.
    Thank you in advance.

  • Error message while searching for a user in the front end portal

    Hi Team,

    I am trying to open the PROD front end IT shop portal and try to search for the user and see what roles user is having and run the violation for the roles.

    When I start searching of the user in the front end, it keeps on loading and loading and…

  • Invoking script in composition API

    Hello,

    what is the right approach to invoke a script that's stored in the database within the Composition API? Does the API Server has any similar method for invoking scripts as the App Server has?

    Best regards

  • How to add additional column from different tables in RestAPI call

    In the API call we have an option to add additional columns for display in output, how should we refer a foreign attribute ? 

    For example I use a POST method to get person details, how to add a column from say department table ? 


    hostname/.../Person

  • Assigning AD group to Business Role via API

    Looking for information on assigning AD Groups to a Business Role via the API.

    I think I may have found the correct assignments table but I cannot seem to get it to work: OrgHasADSGroup

    I have tried using it both ways with Group / Role (Org Tree) like…

  • Limit access to the API

    Hey.

    I want to limit the access to the API by having one service account (system user) only executing one set of scripts and Another service account executing Another set of script. Neither service account should be able to execute the other set of scripts…

  • PersonWantsOrg "Method MakeDecision was not found."

    Hello! 

    1IM 8.1 

    I need approve request over API. 

    When I do request 

    "https://server/api/entity/PersonWantsOrg/dd74829c-73fa-4d1e-b8ae-059f517c783e/method/MakeDecision" I get error: 

    {"responseStatus":{"errorCode":"NotFound","message":"Method MakeDecision…

  • OAuth2.0 and API

    Hi.

    We're trying to get ServiceNow to run scripts in One IM and doing that with OAuth2.0. I've installed the RSTS but something is missing.

    1. I have enabled both OAuth2.0-authentication modules but do I need to configure a identity provider…

  • How to send the right script return value so the reformatted JSON appears correctly?

    Hello,

    I'm having trouble with how my output looks in my data for the script I've created. I've created the script in a way where the output is a String that is precisely aligned to JSON format (using the Newtonsoft.Json.Linq.JObject format). However…

  • How to use REST API without needing to authenticate to server AND One Identity console?

    Hello,

    I'm facing an issue when trying to do REST API calls. 

    I'm using Postman, and when trying to get a session cookie (authentication), I have to both authenticate twice. Once is my own username and password and once for the admin user for One Identity…

  • Not getting any output using python, but using Postman i am getting the output

    Calling a Dell one web service,

    Using POSTMAN, first i used POST to get the session ID, second GET to get the output response.

    In POSTMAN,

    1) POST:

    import requests
    url = "">192.168.**.*/.../apphost"
    payload = "{\"authString\":\"Module…
  • Calling Scripts via Application Server RESTful API using Common_StartScripts permission not working

    Hi,

    We are trying to call a custom script via the Application Server RESTful API. 

    We have made sure that the user who does this has an application role assigned which has the permission group Common_StartScripts. 
    This application role also has the permissions…

  • How to use OAuth 2.0 with Application Server via RESTful API

    Hi,

    Currently we have an application that communicates with the 1IM system via the RESTful API provided by the application server. This communication is currently done via the RoleBasedEmployee Authentication Module. 

    We are looking into changing this…

  • How to approve a pending request via the AppServer API

    Hi,

    I am currently working on a project that requires an iOS app to talk to the D1IM API. 

    This is working perfectly and I can pull out the information I need and present it in the app.

    However I am having trouble on how to approve a pending request via…