Dynatrace · Capability
Dynatrace Identity And Access
Identity and access management workflow for platform admins managing Dynatrace users, groups, permissions, and environments across the account.
What You Can Do
GET
List users
— List all users in the account
/v1/users
POST
Create user
— Create a new user
/v1/users
GET
Get user
— Get user details
/v1/users/{userId}
PUT
Update user
— Update user profile and groups
/v1/users/{userId}
DELETE
Delete user
— Delete a user
/v1/users/{userId}
GET
List groups
— List all groups
/v1/groups
POST
Create group
— Create a new group
/v1/groups
GET
Get group
— Get group details
/v1/groups/{groupId}
PUT
Update group
— Update group name and description
/v1/groups/{groupId}
DELETE
Delete group
— Delete a group
/v1/groups/{groupId}
GET
List permissions
— List all permissions for the account
/v1/permissions
GET
List environments
— List all environments
/v1/environments
MCP Tools
list-users
List all users in the Dynatrace account
read-only
create-user
Create a new user and send an invitation email
get-user
Get details of a specific user
read-only
update-user
Update a user's profile and group memberships
idempotent
delete-user
Permanently remove a user from the account
idempotent
list-groups
List all user groups in the account
read-only
create-group
Create a new user group
get-group
Get details of a specific group
read-only
update-group
Update a group's name and description
idempotent
delete-group
Permanently delete a group
idempotent
list-permissions
List all permissions defined for the account
read-only
list-environments
List all environments associated with the account
read-only
APIs Used
account-management