Home > Forum > User Voice > Expanding the User Update API with Additional Synchronization Data

Expanding the User Update API with Additional Synchronization Data
1

The current version of the API allows updates for the following fields:
{
"name": "string",
"email": "string",
"phoneNumber": "string",
"managerBpsId": "string",
"jobTitle": "string"
}


It would be useful to expand the user API to include fields such as:

- Department
- isActive
- COS_ExtensionAttribute1-20

The isActive field would be helpful for deactivation in case of WEBCON's integration with AAD when handling multi-tenant environments and retrieving users from multiple Tenant IDs.

MVP

Hi Krystian,

I interpret this request as extending the whole (external) BPS User object which currently consist of the listed properties and the API is just one part of it.

Is this correct?


Off topic:
Are you at the WEBCON DAY next week? I would be interested in how you are handling multi-tenant environments.
Especially in terms of users of tenant a) may not see the users of tenant b).

Best regards,
Daniel