v1

latestOpenAPI 3.0.02026-07-17508972.4 KB
Individuals

Get individual by ID

get/individuals/view/{individualId}

Path parameters

individualIdinteger required
Example:1

Numeric ID of the User

Response

Individual response

idinteger
uuidstring uuid
emailstring email
first_namestring
last_namestring
full_namestring
positionstring
aligmentsAlignment[]
createdstring datetime
modifiedstring datetime

Example response

{
  "id": 1,
  "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "email": "user@example.com",
  "first_name": "John",
  "last_name": "Doe",
  "full_name": "John Doe",
  "position": "Security Analyst",
  "tags": [
    {
      "id": 1,
      "name": "white",
      "namespace": "tlp",
      "colour": "FFFFFF",
      "text_colour": "white",
      "created": "2022-01-05T11:19:26+00:00",
      "modified": "2022-01-05T11:19:26+00:00"
    }
  ],
  "created": "2022-01-05T11:19:26+00:00",
  "modified": "2022-01-05T11:19:26+00:00"
}