# Configure object permissions

Validate and apply object grants, then query the object-permission view to confirm the result. This page covers object grants only, not data privileges or application permission policies.

## Prerequisites

Prepare credentials that can access the target workspace, the principals to grant access to, and target-object information. For service endpoints, authentication, and general request formats, see [Make your first AI Studio API call](https://omnifabric.cloudsigma.com/docs/developer/quickstart/index.html.md).

Validate grants before applying them. The available objects and grant conditions are defined by the corresponding action page.

## Call sequence

1. Use [Validate object grants](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/validate-object-grants.html.md) to check the grants to submit.
2. After validation, [apply object grants](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/apply-object-grants.html.md).
3. Use the object-permission view to confirm the currently observable grant result.

## API operations

### Validate, apply, and view grants

| Task | Use it when |
| --- | --- |
| [Validate object grants](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/validate-object-grants.html.md) | Check grants to submit before applying them. |
| [Apply object grants](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/apply-object-grants.html.md) | Submit grant changes after validation. |
| [Query the object-permission view](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/get-object-permission-view.html.md) | Confirm object permissions after applying grants. |

## Confirm the result

After applying grants, use [Get the object-permission view](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/users-and-permissions/object-permissions/get-object-permission-view.html.md) to confirm the currently observable grant result.

## Next steps

- [Configure data privileges](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/users-permissions/data-privileges.html.md)
- [Configure application permissions](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/users-permissions/application-permissions.html.md)
