Admin API
Testing
Create Feature
For Testing
POST - https://api.devcycle.com/v1/projects/{project_id}/features
Get Features
Retrieves a list of features for a given project
GET - https://api.devcycle.com/v1/projects/{project_id}/features
Users & Roles
Assign User to Role
Assign a role to a user in a given organization
POST - https://api.devcycle.com/admin/support/roles/{a0_organization}/assign-users
Remove User from Role
Remove a role from a user in a given organization
DELETE - https://api.devcycle.com/admin/support/roles/{a0_organization}/remove-users
Export Users from Org
Retrieve a list of users with roles from a given organization
GET - https://api.devcycle.com/admin/support/users/{a0_organization}/export
Export Role Mappings from Org
Retrieve a list of users with their role-mapping from a given organization
GET - https://api.devcycle.com/admin/support/users/{a0_organization}/role-mapping
Sync Roles to Mongo
Manually sync Publisher and Owner roles to Mongo
POST - https://api.devcycle.com/admin/support/roles/{a0_organization}/sync
Migrate User Id to a new User Id
Migrate a user id to a new user id
POST - https://api.devcycle.com/admin/support/users/{a0_organization}/migrate
Feature Staleness
Get Stale Features for Project
Retrieve a list of Stale Features for a given project
GET - https://api.devcycle.com/admin/support/staleness/{a0_organization}/{project_id}
Enable Feature Staleness for all Projects within an Organization
Turns on feature staleness for all projects within a given organization
POST - https://api.devcycle.com/admin/support/staleness/{a0_organization}/enable
Enable Feature Staleness for a Project
Turns on feature staleness for a specific project within a given organization
POST - https://api.devcycle.com/admin/support/staleness/{a0_organization}/enable/projects
Reset Feature Staleness for Project
Resets the feature staleness for all features within a given project
PUT - https://api.devcycle.com/admin/admin/support/staleness/{a0_organization}/{project_id}/reset
Other
Config Regen
Regenerates the config for a given project or optionally, an environment within a project
PUT - https://api.devcycle.com/admin/support/config/regen
Delete Organization
Delete a list of organizations
DELETE - https://api.devcycle.com/admin/support/organizations/{a0_organization}
Audit Log
Retrive the audit log for a given project
POST - https://api.devcycle.com/admin/support/audit-log
URL
Path Parameters
HTTP Method
GET
POST
PUT
DELETE
PATCH
Query Parameters
Request Body (JSON)
Run
Response
Response...
Clear