Parameter | Description |
---|---|
Client ID | The ID of the client to retrieve information for. Can be retrieved from the ‘List Clients’ action. |
{
"name": "Test Client",
"client_id": 1912,
"tenant_id": 0,
"doc_type": "client",
"users": {
"global_admin": {
"classificationId": "cl33cuyyl0003potkhlbi0n6u",
"role": "ADMIN"
},
"email@plextrac.com": {
"classificationId": null,
"role": "ADMIN"
}
},
"tags": [
"test"
],
"description": "descriptoin",
"poc": "poc name",
"poc_email": "email@test.com",
"custom_field": [
{
"label": "Custom Field",
"value": "data"
}
]
}
Was this page helpful?