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[]Possible values: length ≤ 255 Segment names the user belongs to. Omit the field to leave segments untouched, send an empty array to clear them, or send a list to replace them entirely. A name the project does not carry yet is created. Max 200 names per request. |
companyId stringID of the company the user belongs to. Set to null to remove |
| Responses | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Update a single user
|