Skip to main content

User Management API

Overview

Prerequisites:
  • This feature is available with the Paradime Enterprise pack.
  • Your API keys must have either User Management Admin or User Metadata Viewer capabilities.
The examples below authenticate with an account API key — pass Authorization: Bearer <token> and X-Paradime-Workspace: <workspace_uid> (the account key starts with prdm_cmp_). Legacy workspace API keys are still supported: send X-API-KEY and X-API-SECRET headers instead. See API Keys.
The User Management API enables you to efficiently administer and regulate user access within your workspace.

List Users

This endpoint will return a list of all the current active and invited users in your workspace. Example Request

Invite Users

This endpoint will enable you to invite users to your workspace. Example Request

Update User Role

This endpoint will enable you to update the role of a current signed up user in your workspace. Example Request

Disable User

This endpoint will enable you to disable a user from your workspace. Example Request