Grants REST Endpoints
Applications/Grants
View details about and manage application grants.
- Get application grants
- Method: getPath:
/apiplatform/management/v1/applications/grants/types - Get eligible grantees
- Method: getPath:
/apiplatform/management/v1/applications/grants/{grantType}/grantees - Get grants issued for an application
- Method: getPath:
/apiplatform/management/v1/applications/{appId}/grants - Issue an application grant
- Method: postPath:
/apiplatform/management/v1/applications/{appId}/grants - Revoke an application grant from a group
- Method: deletePath:
/apiplatform/management/v1/applications/{appId}/grants/{grantType}/groups/{groupId} - Revoke an application grant from a user
- Method: deletePath:
/apiplatform/management/v1/applications/{appId}/grants/{grantType}/users/{userId}