# Workflow Device Enrollments

# Overview
	The Workflow Device Enrollments API provides administrative capabilities for managing and monitoring user enrollments and device registrations within RUCKUS One platform.
	These APIs enable administrators to query enrollment records, view registration details, and track enrollment activities across the organization.
	Use these endpoints to retrieve enrollment information, search registrations by various criteria, and monitor the overall enrollment workflow status.

Version: 0.0.1
License: RUCKUS Cloud Privacy Policy

## Servers

RUCKUS One API host for North American region.
```
https://api.ruckus.cloud
```

RUCKUS One API host for European region.
```
https://api.eu.ruckus.cloud
```

RUCKUS One API host for Asian region.
```
https://api.asia.ruckus.cloud
```

## Download OpenAPI description

[Workflow Device Enrollments](https://docs.ruckus.cloud/_bundle/api/enrollment-api-0.0.1.yaml)

## Admin Enrollment Registration API

Manages enrollment registration admin views.

### Query Enrollment Registrations

 - [POST /enrollments/registrations/query](https://docs.ruckus.cloud/api/enrollment-api-0.0.1/admin-enrollment-registration-api/queryenrollmentregistrations.md): Gets the list of enrollment registrations using the specified query.

### Get Registration Details

 - [GET /enrollments/registrations/{enrollmentRegistrationId}](https://docs.ruckus.cloud/api/enrollment-api-0.0.1/admin-enrollment-registration-api/getenrollmentregistration.md): Gets enrollment registration details for the requested enrollment registration identifier.

## Admin Enrollment API

Manages enrollment admin views.

### Query Enrollments

 - [POST /enrollments/query](https://docs.ruckus.cloud/api/enrollment-api-0.0.1/admin-enrollment-api/queryenrollments.md): Gets the list of enrollments using the specified query.

### Get Enrollment Details

 - [GET /enrollments/{enrollmentId}](https://docs.ruckus.cloud/api/enrollment-api-0.0.1/admin-enrollment-api/getenrollment.md): Gets enrollment details for the requested enrollment identifier.

