# Identity and Access Management

## API Endpoints

- [**📄️Get Access Key details**  
  Returns detailed information about an access key, including attached IAM policies.](/content/docs/partner-integrations/api/tigris-get-access-key/index.html)
- [**📄️Rotate Access Key secret**  
  Rotates the access key secret for a user. The old secret will be invalidated, and the new secret will be returned in the response.](/content/docs/partner-integrations/api/tigris-rotate-access-key/index.html)
- [**📄️Create a new Access Key**  
  Creates a new access key for a user. The access key ID and secret will be returned in the response.](/content/docs/partner-integrations/api/tigris-create-access-key/index.html)
- [**📄️Update an Access Key**  
  Updates the access key details like user role and bucket access permissions.](/content/docs/partner-integrations/api/tigris-update-access-key/index.html)
- [**📄️Delete an Access Key**  
  Deletes an access key for a user. The access key will be invalidated and can't be used for further requests.](/content/docs/partner-integrations/api/tigris-delete-access-key/index.html)
- [**📄️Create an IAM policy**  
  Creates a new IAM policy with the given name and document.](/content/docs/partner-integrations/api/tigris-create-policy/index.html)
- [**📄️List IAM policies**  
  Lists all IAM policies in the organization.](/content/docs/partner-integrations/api/tigris-list-policies/index.html)
- [**📄️Get an IAM policy**  
  Returns the policy details including its document.](/content/docs/partner-integrations/api/tigris-get-policy/index.html)
- [**📄️Update an IAM policy**  
  Updates the document and/or description of an existing IAM policy.](/content/docs/partner-integrations/api/tigris-update-policy/index.html)
- [**📄️Delete an IAM policy**  
  Deletes an IAM policy. The policy is automatically detached from all access keys before deletion.](/content/docs/partner-integrations/api/tigris-delete-policy/index.html)
- [**📄️List all Access Keys**  
  Lists all the access keys for a user in the organization account.](/content/docs/partner-integrations/api/tigris-list-access-keys/index.html)
