Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name Type Description
    ClientId ClientId ID of associated client.
    ElevatedOperations String [] List of operations the user can perform with elevated authentication.
    GeneralOperations String [] List of general operations the user can perform.
    LinkedOperations String [] List of operations the user can perform on linked enteties.
    UserId Integer ID of current user.
  • Request Example

    Request URL
    GET /root/v2/user
  • Response Example

    Response body
    {
      "ClientId": 441532926,
      "ElevatedOperations": [
        "stringValue"
      ],
      "GeneralOperations": [
        "stringValue"
      ],
      "LinkedOperations": [
        "stringValue"
      ],
      "UserId": 690261150
    }