getUsers is not returning Division name, it is null always

userApi.getUsers(opts) this api Division name is returning null, any reason?

sample output

"entities": [
{
"id": "07f426ff-506f-4e5e-afdb-2c7397edac61",
"name": "EPS Purecloud Support",
"division": {
"id": "36852a81-ad7f-4c71-a1cd-7f431c05179f",
"name": "",
"selfUri": "/api/v2/authorization/divisions/36852a81-ad7f-4c71-a1cd-7f431c05179f"
},

Please open a case with Genesys Cloud Care to report the missing data. The property isn't marked as required in the documentation. However, an empty string is a specific value, as opposed to not sending the property at all, which is incorrect if the division does indeed have a name.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.