Hello, I am trying to add an Email address to a user, but am getting 400 response and I do not know why. What limitations are there for adding email address?
API: https://docs.box.com/reference#add-an-email-alias-for-a-user
Here is my test user before modification:
GET https://api.box.com/2.0/users/ID
{
"type": "user",
"id": [some id],
"name": "prov26",
"login": "***@example.com",
"created_at": "20**removed**T03:06:**removed**:00",
"modified_at": "20**removed**T03:06:**removed**:00",
"language": "en",
"timezone": "America/Los_Angeles",
"space_amount": removed for privacy0,
"space_used": 0,
"max_upload_size": removed for privacy0,
"status": "active",
"job_title": "",
"phone": "",
"address": "china1",
"avatar_url": "https://wesoft.app.box.com/api/avatar/large/removed for privacy"
}
Here is a screenshot of my API call using postman
