deactivate user visibility as default after user is created or imported in Condeco System
Condeco is not using any automated process to provision users. Users either take the path of self-registration with SSO or a bulk CSV upload is done for this client to onboard new users. Condeco did an automation with Clops which does this update however due to caching issues this is not a successful solution to us. In order to mitigate this, Condeco was looking to explore the options available on our Admin API(APIM) endpoint for users however the attribute is not present on current build of admin API.
Available today –
{"users": [{"email": "string","userName": "string","title": "string","firstName": "string","lastName": "string","initial": "string","telephone": "string","mobile": "string","extension": "string","fax": "string","userRole": 0,"costCode": "string","deskSlotsPerWeek": 0,"userPin": "string","thirdPartyId": 0,"externalId": "string","externalSystem": "string"}]}
We want to request to extend the attribute as its available in Users table update value of parameter 'hidedeskandworkstatus' to '1' in tbluser within the user’s endpoint.