/b2c/v1/session

User Information Sessions

Parameters

  • TenantID - How your specific customer instance is identified, this will be a number. Find this in the app Help (?) icon > MotionCX Voice > Tenant:
  • Email - All users must have an email as their username.
  • It is recommended advanced filter object be done outside of the API document for best results.

Responses available:

  • 200
  • 401
  • 403

Example return:

{
  "userDetails": {
    "mcxUserInfo": {
      "expireDate": null,
      "uuid": "54fa90f6-40ff-4f14-bfc5-5b1c0e89fc90",
      "email": "[email protected]",
      "isSuperUser": false,
      "tenants": [
        {
          "uuid": "54fa90f6-40ff-4f14-bfc5-5b1c0e89fc90",
          "userId": 13735,
          "tenantId": 2,
          "tenantName": "ContactCenter",
          "tenancyName": "ContactCenters",
          "firstName": "Imma",
          "lastName": "Getdeleted",
          "phoneNumber": null,
          "tenantGuid": "3a0cc40e-b095-4642-ab23-5e3ed4be1b02",
          "roles": [],
          "groups": [],
          "queues": [],
          "isAdmin": false
        }
      ],
      "currentTenant": {
        "uuid": "54fa90f6-40ff-4f14-bfc5-5b1c0e89fc90",
        "userId": 13735,
        "tenantId": 2,
        "tenantName": "ContactCenter",
        "tenancyName": "ContactCenter",
        "firstName": "Imma",
        "lastName": "Getdeleted",
        "phoneNumber": null,
        "tenantGuid": "3a0cc40e-b095-4642-ab23-5e3ed4be1b02",
        "roles": [],
        "groups": [],
        "queues": [],
        "isAdmin": false
      },
      "isExpired": false,
      "info": "Authorization accepted",
      "userName": "[email protected]",
      "currentTenantId": 2,
      "mcxPermissionType": 0
    },
    "email": "[email protected]",
    "userName": "[email protected]"
  }
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!