LogoLogo
Go to WebsiteLoginGet a Demo
  • Introduction
  • Getting Started
  • Authentication
  • Users
    • GET /users
    • GET /users/{id}
  • User Groups
    • GET /UsersGroups/
    • GET /UsersGroups/{usersGroupId}
    • GET /UsersGroups/{usersGroupId}/DefaultWorkApps
    • GET /UsersGroups/{usersGroupId}/HiddenWorkApps
    • GET /UsersGroups/{usersGroupId}/Users
    • POST /UsersGroups/{usersGroupId}/Users
    • DELETE /UsersGroups/{usersGroupId}/Users/{userId}
  • Applications
    • GET /WorkApps
    • GET /WorkApps/{workAppId}
    • GET /WorkApps/{workAppId}/Accesses
    • GET /WorkApps/{workAppId}/PermissionLevels
    • POST /WorkApps/Accesses
    • PUT /WorkApps/{workAppId}/Policies/{requestType}
    • PUT /WorkApps/{workAppId}/PermissionLevels/{permissionLevelId}/Policies/{requestType}
  • Tasks
    • GET /Tasks/{taskId}
    • POST /Tasks/{taskId}/Approve
    • POST /Tasks/{taskId}/Decline
  • Policies
    • GET /Policies/CompatiblePolicies/{requestType}
  • Webhooks
    • Webhook’s signature verification
  • Changelog
Powered by GitBook

Links

  • Privacy policy
  • Imprint
  • Support

© All right reserved, Cakewalk Technology GmbH 2025

On this page

Was this helpful?

Users

PreviousAuthenticationNextGET /users

Last updated 7 days ago

Was this helpful?

The Users endpoints allow you to retrieve information about the end users in your organization who interact with or are managed through Cakewalk. This includes both discovering who is provisioned in connected applications and understanding user activity or role-based metadata across SaaS systems.

These endpoints are commonly used to:

  • Build custom reporting on user access and activity

  • Identify stale or orphaned accounts in managed applications

  • Power internal IT workflows (e.g. deprovisioning, role reviews)


📘 Users Endpoints

Endpoint

Method

Description

GET

Returns a list of users known to Cakewalk, including metadata such as email, department, job title, and system roles. Supports filtering and pagination.

GET

Returns detailed metadata about a specific user, including linked app accounts and access insights. Useful for investigations or user-level audits.

/users
/users/{id}