📓
Platform (deprecated)
Community home
  • Overview
  • Knowledge Base
    • User management
    • Single Sign-On
    • Two-factor authentication (2FA)
    • Cookies
    • Cookie 1st
    • Cookie sync partners
    • CNAME record
    • Disclaimer
  • Rest API
    • Get Users
  • TIPS & TRICKS
    • Tag & Trust IDs
  • ONSITE API
    • Getting Started
Powered by GitBook
On this page

Was this helpful?

  1. Rest API

Get Users

Get platform users.

PreviousDisclaimerNextTag & Trust IDs

Last updated 5 years ago

Was this helpful?

Users

GET https://api.commander1.com/v2/{siteId}/users

Two usages : GET /users/ : Returns a list of user properties (depending on the parameters requested) linked to the users of a site. GET /users/123 : Return properties of one user (id 123) on one site. Click below to download complete API documentation

Query Parameters

Name
Type
Description

id

integer

The user id

include

string

permissions or roles or both separated by a comma

250KB
global-platform-api (1).html
Download complete API documentation