curl --location '/v1/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "901084328",
"email": "soporte@grafosoft.com",
"passwordHash": "OTAxMDg0MzI4", //Encode Base64
"phone": "0000000000",
"companyId": "901084328",
"identificationType": "13", //13-CC //31-NIT
"firstName": "Integración",
"familyName": "APIs",
"jobTitle": "",
"organizationDepartment": "",
"isActive": true,
"claims":
[
{ "name": "bilidox", "isActive": false }, //sin acceso apis bilidox
{ "name": "dian", "isActive": true }
]
}'