API Documentation
- Analysis
- Authentication
- Conversations
- Job
- Project
- Project Template
- Quality Assurance
- Translation
- User
User
Edit user
PUT
/
api2
/
v3
/
users
/
{userUid}
Edit user
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid} \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"timezone": "<string>",
"receiveNewsletter": true,
"note": "<string>",
"active": true
}'
Copy
Ask AI
{
"uid": "<string>",
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateDeleted": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"role": "ADMIN",
"assignableRoles": [
"<string>"
],
"timezone": "<string>",
"note": "<string>",
"receiveNewsletter": true,
"active": true,
"pendingEmailChange": true,
"twoFactorAuthEnabled": true,
"credentialsReadonly": true
}
Path Parameters
Body
application/json
Response
200
application/json
successful operation
User with all belonging objects
Was this page helpful?
Edit user
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid} \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"timezone": "<string>",
"receiveNewsletter": true,
"note": "<string>",
"active": true
}'
Copy
Ask AI
{
"uid": "<string>",
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateDeleted": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"role": "ADMIN",
"assignableRoles": [
"<string>"
],
"timezone": "<string>",
"note": "<string>",
"receiveNewsletter": true,
"active": true,
"pendingEmailChange": true,
"twoFactorAuthEnabled": true,
"credentialsReadonly": true
}
Assistant
Responses are generated using AI and may contain mistakes.