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.List Users
This endpoint will return a list of all the current active and invited users in your workspace. Example Request- GraphQL
- cURL
Example response
Example response
Invite Users
This endpoint will enable you to invite users to your workspace. Example Request- GraphQL
- cURL
Example response
Example response
Update User Role
This endpoint will enable you to update the role of a current signed up user in your workspace. Example Request- GraphQL
- cURL
Example response
Example response
Disable User
This endpoint will enable you to disable a user from your workspace. Example Request- GraphQL
- cURL
Example response
Example response