SAP BI Tools · Capability
SAP BI Tools User and Access Management
Workflow capability for provisioning and managing users, teams, and access control across SAP Analytics Cloud using SCIM 2.0. Used by IT administrators and system integrators for identity lifecycle management.
What You Can Do
GET
List users
— List all provisioned users.
/v1/users
GET
Get user
— Get a user by ID.
/v1/users/{userId}
DELETE
Delete user
— Delete a user account.
/v1/users/{userId}
GET
List teams
— List all teams.
/v1/teams
MCP Tools
list-users
List all users provisioned in SAP Analytics Cloud.
read-only
get-user
Get details of a specific user account.
read-only
create-user
Provision a new user in SAP Analytics Cloud via SCIM 2.0.
update-user
Update an existing user's profile and role assignments.
idempotent
delete-user
Deprovision a user from SAP Analytics Cloud.
idempotent
list-teams
List all teams (groups) configured in SAP Analytics Cloud.
read-only
create-team
Create a new team for organizing users and managing content access.
APIs Used
analytics-cloud