API Documentation
- Analysis
- Authentication
- Conversations
- Job
- Project
- Project Template
- Quality Assurance
- Translation
- User
User
Get user
GET
/
api2
/
v3
/
users
/
{userUid}
Get user
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid}
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
Response
200
application/json
successful operation
User with all belonging objects
Was this page helpful?
Get user
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid}
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.