SailPoint · Example Payload

Sailpoint Create Access Profile Example

Create a new access profile grouping Active Directory entitlements.

Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity

Sailpoint Create Access Profile Example is an example object payload from SailPoint, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "Create Access Profile",
  "method": "POST",
  "path": "/v3/access-profiles",
  "description": "Create a new access profile grouping Active Directory entitlements.",
  "request": {
    "headers": {
      "Authorization": "Bearer <access_token>",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "AD Developers",
      "description": "Access profile for software developers requiring Active Directory developer entitlements.",
      "enabled": true,
      "owner": {
        "type": "IDENTITY",
        "id": "2c9180a46faadee4016fb4e018c20639",
        "name": "Sarah Johnson"
      },
      "source": {
        "id": "2c9180835d191a86015d28455b4a2329",
        "type": "SOURCE",
        "name": "Active Directory"
      },
      "entitlements": [
        {
          "id": "2c91809773dee32014e13e122092014e",
          "type": "ENTITLEMENT",
          "name": "Employees"
        },
        {
          "id": "2c9180807a6d4f8b017a6d4f8b000000",
          "type": "ENTITLEMENT",
          "name": "Developers"
        }
      ],
      "requestable": true,
      "accessRequestConfig": {
        "commentsRequired": false,
        "denialCommentsRequired": false,
        "approvalSchemes": [
          {
            "approverType": "MANAGER",
            "approverId": null
          }
        ]
      }
    }
  },
  "response": {
    "status": 201,
    "body": {
      "id": "2c91808874ff91550175097daaec161c",
      "name": "AD Developers",
      "description": "Access profile for software developers requiring Active Directory developer entitlements.",
      "enabled": true,
      "requestable": true,
      "created": "2026-05-02T10:00:00.000Z",
      "modified": "2026-05-02T10:00:00.000Z"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sailpoint-create-access-profile-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.