# UserData The UserData module for cPanel UAPI. ## Return scoped userdata mapping - [GET /UserData/get_scoped_userdata](https://api.docs.cpanel.net/specifications/cpanel.openapi/userdata/get_scoped_userdata.md): This function returns all userdata key/value pairs for a given scope. ## Set scoped userdata key/value - [GET /UserData/set_scoped_userdata](https://api.docs.cpanel.net/specifications/cpanel.openapi/userdata/set_scoped_userdata.md): This function sets (creates or updates) a userdata key/value pair within a specified scope and returns the full updated mapping for that scope.