v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Metadata

Retrieve all eligible assignees for a Case

List users in an organization who are eligible to be assigned to a specific case, with optional name or email filtering.

post/assignees

Request body

idstring identity required

The identity of a task

limitinteger
textstring

Example request

{
  "id": "task:96b12d30-b14c-461f-8377-fc36a01c91fe"
}

Response

Success

Example response

[
  {
    "data": [
      {
        "scopes": [
          {
            "updated_at": "2021-10-01T22:18:57+00:00",
            "name": "AddCompany",
            "id": 1234,
            "display_name": "Add Company",
            "description": "Provides the ability to Add Companies to a Portfolio.",
            "created_at": "2021-10-01T22:18:57+00:00"
          }
        ],
        "primary_user_id": 1,
        "last_sign_in_at": "2021-10-01T22:18:57+00:00",
        "last_name": "Sampson",
        "is_active": true,
        "first_name": "Bob",
        "eula_accepted_on": "2021-10-01T22:18:57+00:00",
        "employee_id": "1234",
        "email": "bob@riskrecon.com",
        "customer_id": "5976423a-ee35-11e3-8569-14109ff1a304",
        "current_sign_in_at": "2021-10-01T22:18:57+00:00",
        "company_id": 1234,
        "cell_phone": "18001231234"
      }
    ]
  }
]