Updating custom columns on User collection using server side script
I have defined custom columns on the pre-defined collection Users. When I try to update the custom columns using a server side script, I receive the following error message: " { [Error: Collection 'Users' absent in database with id 'xxxxxxx'.] code: 'DBSU203' }. The database id works correctly in other calls to the Collections API. How do I update the custom columns in the user collection using server side code ?