users REST Endpoints
            Social Wish Lists/users
        
        
    API for users of spaces
- Create or authenticate a user with CC
 - Method: postPath:
/swm/rs/v1/users/cc/{ccProfileId} - Delete a user
 - Method: deletePath:
/swm/rs/v1/users/{userId} - Delete a user associated with a given CC Profile ID.
 - Method: deletePath:
/swm/rs/v1/users/cc/{ccProfileId} - Get a user
 - Method: getPath:
/swm/rs/v1/sites/{siteId}/users/{userId} - Refresh a user
 - Method: postPath:
/swm/rs/v1/users/refresh - Update a user
 - Method: putPath:
/swm/rs/v1/sites/{siteId}/users/{userId}