# Create an App Client Endpoint: POST /app-clients Version: 1.5 ## Request fields (application/json): - `name` (string, required) - `description` (string) - `userRoles` (array) Example: [1] ## Response 201 fields (application/json): - `id` (integer, required) User identifier Example: 1 - `contractOwnerId` (integer) Contract Owner identifier (Optional Contract Owner to associate the user to. If they are associated to a Contract Owner then they will only be able to see and manage that Contract Owner's data) Example: 1 - `name` (string, required) - `description` (string) - `appClientId` (string, required) - `lastSuccessfulAuthentication` (string) - `lastFailedAuthentication` (string) - `userRoles` (array, required) Example: [1] - `clientSecret` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields