Update User
put https://api.everbridge.net/rest/users/
Update a user for an account.
Error Messages
status | message |
---|---|
400 | Attribute must have a firstName |
400 | Attribute firstName maxLength is 40 charts |
400 | Attribute must have a lastName |
400 | Attribute lastName maxLength is 40 charts |
400 | Attribute must have a email |
400 | Attribute email maxLength is 100 charts |
400 | Attribute email address is invalid |
400 | Attribute secondary email maxLength is 100 charts |
400 | Attribute secondary email address is invalid |
400 | Attribute middlename maxLength is 1 |
400 | Attribute suffix value must in "II","III","Jr.","Sr." |
400 | Attribute ssoUserId value is used |
400 | Attribute must have a contactOrgId when contactId is not null |
400 | Attribute contactOrgId value is notFound in account {accountId} |
400 | Attribute contactId value is notFound in organization {contactOrgId} |
400 | The REST API does not support assigning custom roles to users at this time. The custom role IDs in the request: {disabledCustomRoleIdList} |
400 | Attribute roleIds value is invalid in account:{accountId} |
400 | Attribute roleIds value is invalid, Account Admin can only have one role. |
400 | Attribute roleIds value must be contains defaultRoleId |
401 | Invalid credentials: Password invalid |
401 | Invalid credentials: Get User failed |
404 | User {userId/ssoId} not found. |