Update userAsk AIpost https://api.bigmailer.io/v1/users/{user_id}Update a user.Path Paramsuser_iduuidrequiredID of the userBody ParamsrolestringenumThe user role determines what actions the user may perform. See our description of user roles.brand_manageradminaccount_managerbrand_managercampaign_managertemplate_managerAllowed:adminaccount_managerbrand_managercampaign_managertemplate_manageremailstringUser's email addressallowed_brandsarray of uuidsA list of brand IDs the user is allowed to access. Only relevant if the role is brand_manager, campaign_manager, or template_manager.allowed_brandsADD uuidResponses 200User successfully updated 400The request was invalid. 401The API key does not exist. 403The system understands the request but refuses to authorize it. 404User does not exist 422User already exists with email 429The client has made too many requests. 500An unexpected error occurred. 502The system is under heavy load or is down temporarily. 503The system is under maintenance. Please try again later. 504The system timed out processing your request.Updated about 2 months ago