End user objects help you manage compliance for different end users in your account. Every compliance document and compliance application in your account must be associated with a unique end user.
End User Object
end_user_idstring |
Unique identifier for an end user in your account. |
namestring |
Name of the end user. |
last_namestring |
Last name of the end user. Optional for individual type users and not required for business type users. |
end_user_typestring |
Type of end user. Allowed values: individual, business. |
created_atdate |
Timestamp when the end user was created. |
{
"api_id": "373d75a0-e574-11ec-8e0a-0242ac110003",
"created_at": "2022-06-06T05:14:44.290734Z",
"end_user_id": "0124b993-681d-44f3-8229-776213a3c307",
"end_user_type": "business",
"last_name": "User1",
"name": "Test-Business-ne"
}