I'm creating a client app in node.js, in which I'm using the "purecloud-platform-client-v2" library to retrieve Genesys Cloud information.
And it uses the getUsersMe method to get the information of the operators logging into Genesys Cloud.
However, when requesting the information obtained here to the application server, the operator ID may be a null value.
When getting operator information with getUsersMe, the operator ID refers to user.id for the acquired information (user).
Is there a condition that makes this ID null?