/
/Generated API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
  • postList of session activities
  • postGet face photo from main document
  • postSession statistical summery
  • postSearch for a person in screening databases
  • postGet person details from screening databases
  • postGet video call screenshots
  • postRemove person from monitoring
  • postList screening records that are monitored
  • postSet person on monitoring
  • postExport session
  • postGet video call videos
  • postList groups
  • postList users
  • postGet session configuration
  • postUpdate existing group
  • postDelete a group
  • postCreate a new group
  • postEnd video call for the connected user
  • postendpoint
  • postGet file from the question
  • postGet document visual markers
  • postGet a similarity score for two faces
  • postendpoint
  • postList all blacklist records assosiated with the company
  • postRemove record from the blacklist
  • postAdd person to the blacklist
  • postCreate a user
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint
  • postendpoint

List users

This endpoint retrieves a list of users associated with the company.

Parameters:

  • companyKey (string, required) - The company's secret key.
post/list-users

Request body

companyKeystring

Example request

{
  "companyKey": "61e0168e4a324c6077636306_8560ad4d6d9dc4e04d3754f3dfee130b07c59fcd"
}

Response

Success

Example response

{
  "result": [
    {
      "id": "user_id",
      "username": "user@identomat.com",
      "roles": [
        "administrator",
        "operator",
        "call_center_operator"
      ]
    }
  ]
}

Changes