SCIM API access issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:52 AM - edited 10-18-2023 11:59 AM
Need to create a customer account in service now.
Reading through the documentation , found out would have to use SCIM https://docs.servicenow.com/en-US/bundle/vancouver-platform-security/page/integrate/authentication/c...
Have created a personal service now developer instance to get familiar with the service now api's.
Have activated the SCIM v2 - ServiceNow® Cross-domain Identity Management (com.snc.integration.scim2) plugin
Created an OAUTH Api client and an user account
User account has the roles: admin, scim_admin, web_service_admin
Am able to access service now API's: api/now/v2/table/incident?sysparm_limit=1 from postman using access token( geneated from /oauth_token.do api using clientId/secret/username/password.
But unable to access scim api's - api/now/scim/Users , getting 401 unauthorized.
Are any other additional privileges required to access the SCIM Api's ?
Is there any more configuration required to access SCIM Api's ?