> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# createIgaPolicy

Create a new identity policy.

Create a new identity policy in the IGA system.

## Parameters

| Name                                 | Type                                                  | Required | Description                                                               |
| ------------------------------------ | ----------------------------------------------------- | -------- | ------------------------------------------------------------------------- |
| `name`                               | string                                                | Yes      | Name of the policy                                                        |
| `description`                        | string                                                | No       | Description of the policy                                                 |
| `type`                               | `BIRTH_RIGHT` \| `SELF_SERVICE`                       | Yes      | Policy type: BIRTH\_RIGHT (auto-grant) or SELF\_SERVICE (request-based)   |
| `status`                             | `DRAFT` \| `PUBLISHED` \| `ARCHIVED` \| `UNPUBLISHED` | Yes      | Policy status: DRAFT, PUBLISHED, ARCHIVED, or UNPUBLISHED                 |
| `is_active`                          | boolean                                               | No       | Whether the policy is active                                              |
| `entitlements`                       | integer\[]                                            | No       | List of entitlement IDs to associate with this policy                     |
| `app_id`                             | integer                                               | Yes      | ID of the identity resource app this policy belongs to                    |
| `is_business_justification_required` | boolean                                               | No       | Whether business justification is required for requests under this policy |