BOX User Email Updated
How to update user email in box api
url :https://api.box.com/2.0/users/user_id
Through UI interface update the user email, how to update the email address using box webapi
-
Hi ,
Here's how you can change your email of a user through the webapp:
-
Here is the workflow for changing a user's email with the API:
- Step 1: Add the new email as an email alias for the user's account with the Create Email Alias endpoint.
- Step 2: Set the email alias from step 1 as the primary email for the user's account using the Change User's Login endpoint.
- Step 3: Delete the old email using the Delete Email Alias endpoint.
Please sign in to leave a comment.
Comments
3 comments