# Enrollment Action API

Manages enrollment actions for workflow configuration.

## Get All Enrollment Actions

 - [GET /enrollmentActions](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/getallenrollmentactions.md): Gets all enrollment actions across action types.

## Create Enrollment Action

 - [POST /enrollmentActions](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/createenrollmentactions.md): Allows user to create various enrollment actions across action types.

## Query Enrollment Actions

 - [POST /enrollmentActions/query](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/queryenrollmentactions.md): Gets the list of enrollment actions using the specified query.

## Get Enrollment Action by Identifier

 - [GET /enrollmentActions/{actionId}](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/getenrollmentaction.md): Gets enrollment action configuration for the requested action identifier.

## Delete Specific Enrollment Actions

 - [DELETE /enrollmentActions/{actionId}](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/deleteenrollmentactions.md): Allows the user to delete enrollment action with the given id.

## Selectively Updates Enrollment Actions

 - [PATCH /enrollmentActions/{actionId}](https://docs.ruckus.cloud/api/workflow-actions-0.0.2/enrollment-action-api/editenrollmentactions.md): Allows the user to selectively update enrollment actions.

