Update a user
Update a user
| Path Parameters |
|---|
id string — REQUIREDUnique identifier (id or clientId) |
| Request Body — REQUIRED |
|---|
name stringThe name of the user |
email stringThe email address of the user. Set to null to remove |
externalUid stringExternal unique identifier for the user from an external system. Set to null to remove |
phone stringPhone number of the user. Set to null to remove |
segments string[]Array of segment names the user belongs to |
companyId stringID of the company the user belongs to. Set to null to remove |
| Responses | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Update a single user
|