Unleash · Capability
Unleash Access Management
Workflow capability for managing access control in Unleash, including user management, API token lifecycle, service accounts, and personal access tokens. Used by platform admins and security teams to govern who can access Unleash and with what permissions.
What You Can Do
GET
List users
— List all users
/v1/users
POST
Create user
— Create a new user
/v1/users
GET
List tokens
— List all API tokens
/v1/tokens
POST
Create token
— Create a new API token
/v1/tokens
MCP Tools
list-users
List all users in the Unleash instance
read-only
create-user
Create a new Unleash user with email and role assignment
list-api-tokens
List all API tokens in the Unleash instance
read-only
create-api-token
Create a new API token for an Unleash SDK or integration
APIs Used
unleash-admin