# Grants Actions on resource Grant. ## List user grants - [GET /v3/users/{userId}/grants](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/listusergrants.md): Retrieves a list of user grants. ## Create a grant - [POST /v3/users/{userId}/grants](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/creategrants.md): Creates a user grant. ## Retrieve a grant - [GET /v3/users/{userId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/getaccountgrant.md): Retrieves a single grant. ## Delete a grant - [DELETE /v3/users/{userId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/deleteusergrant.md): Deletes a grant specified by the grantId. This is for a user that is specified by the userId ## Create an account grant - [POST /v3/users/{userId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/creategrant.md): Creates an account grant. ## Retrieve a user access model - [GET /v3/users/{userId}/accessModel](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/retrieveuseraccessmodel.md): Retrieves a user access model. ## List account grants - [GET /v3/accounts/{accountId}/grants](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/listaccountgrants.md): Retrieves a list of account grants. ## Create an account grant - [POST /v3/accounts/{accountId}/grants](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/createaccountgrant.md): Creates an account grant. ## Retrieve an account grant - [GET /v3/accounts/{accountId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/getusergrant.md): Retrieves a single account grant information, if the supplied accountId and grantId match ## Delete an account grant - [DELETE /v3/accounts/{accountId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/deleteaccountgrantbyid.md): Deletes an account grant specified by the grantId. This is for a user that is specified by the accountId. ## Create an account grant - [POST /v4/accounts/{accountId}/grants](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/createaccountgrantv4.md): Creates an account grant. This is for an account that is specified by the accountId ## Delete an account grant - [DELETE /v4/accounts/{accountId}/grants/{grantId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/grants/deleteaccountgrant.md): Deletes an account grant specified by the grantId. This is for a user that is specified by the accountId.