Update member
Update a specific user by memberId.
### Usage notes
- Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint.
- Review the account types returned by the same endpoint to understand the format of the **memberType** string.
- To deactivate a user and reassign their documents to a specific user, set `newOwnerId`to the user ID of the desired document owner, and `isArchived` to `True`. For more details, see [Deactivate a user](/docs/deactivate-users).
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
memberId
Request
The request body.
memberType
Account type
firstName
lastName
profileImgUrl
email
isArchived
Whether to deactivate a user in Sigma.
isInactive
Whether to archive a user with SCIM.
userKind
Allowed values:
newOwnerId
archiveDocuments
Archive a user’s documents instead of transferring them. Can only be used if either isArchived or isInactive is set to true. Also archives scheduled exports.
archiveScheduledExports
Archive a user’s scheduled exports instead of transferring them. Can only be used if either isArchived or isInactive is set to true
Response
The response body.
organizationId
memberId
memberType
firstName
lastName
email
profileImgUrl
createdBy
updatedBy
createdAt
updatedAt
homeFolderId
ID of the My Documents folder for the user
userKind
isArchived
Whether a user is deactivated in Sigma.
isInactive
Whether a user is archived by SCIM.

