Get User Properties (Deprecated)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation returns the properties associated with a user. More Details
Information returned with different levels:
1: ListOnly 10: Basic Properties 30: All Properties 40: Returns associatedUserGroups, associatedExternalUserGroups, SecurityAssociations + all other properties 50: Returns associatedUserGroups, associatedExternalUserGroups, SecurityAssociations, UserSecurity + all other propertiesPath Parameters
- UserId string required
Query Parameters
- level int32
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1 / User/{{ User Id}}?level=30
- Example 2 / User/{{ User Id}}?level=1
- Example 3 / User/{{ User Id}}?level=40
- Example 1 / User/{{ User Id}}?level=50
- / User/{{ User Id}}?level=10
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringusers object[]
description stringenforceFSQuota booleanidleTime integeragePasswordDays integerinheritGroupEdgeDriveQuotaSettings booleanemail stringedgeDriveQuotaLimitInGB integerlastLogIntime integerenforceEdgeDriveQuota booleanfullName stringquotaLimitInGB integerloggedInMode integerinheritGroupQuotaSettings booleanenableUser booleanuserEntity object
userGUID stringuserName stringuserId integerLinkedCommvaultUser object
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"users": [
{
"description": "string",
"enforceFSQuota": true,
"idleTime": 0,
"agePasswordDays": 0,
"inheritGroupEdgeDriveQuotaSettings": true,
"email": "string",
"edgeDriveQuotaLimitInGB": 0,
"lastLogIntime": 0,
"enforceEdgeDriveQuota": true,
"fullName": "string",
"quotaLimitInGB": 0,
"loggedInMode": 0,
"inheritGroupQuotaSettings": true,
"enableUser": true,
"userEntity": {
"userGUID": "string",
"userName": "string",
"userId": 0
},
"LinkedCommvaultUser": {}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"users": [
{
"description": "backup testadmin user",
"enforceFSQuota": false,
"idleTime": 0,
"agePasswordDays": 10,
"inheritGroupEdgeDriveQuotaSettings": true,
"email": "jdoe@company.com",
"edgeDriveQuotaLimitInGB": 100,
"lastLogIntime": 0,
"enforceEdgeDriveQuota": false,
"fullName": "Jane Doe",
"quotaLimitInGB": 100,
"loggedInMode": 0,
"inheritGroupQuotaSettings": true,
"enableUser": true,
"userEntity": {
"userGUID": "A08662B0-4F76-4939-BCAB-0D8B223A585C",
"userName": "jdoe",
"userId": 19
},
"LinkedCommvaultUser": {}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"users": [
{
"idleTime": 0,
"loggedInMode": 0,
"userEntity": {
"userGUID": "A08662B0-4F76-4939-BCAB-0D8B223A585C",
"userName": "jdoe",
"userId": 19
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"users": [
{
"description": "backup testadmin user",
"enforceFSQuota": false,
"idleTime": 0,
"agePasswordDays": 10,
"inheritGroupEdgeDriveQuotaSettings": true,
"email": "jdoe@company.com",
"edgeDriveQuotaLimitInGB": 100,
"lastLogIntime": 0,
"enforceEdgeDriveQuota": false,
"fullName": "Jane Doe",
"quotaLimitInGB": 100,
"loggedInMode": 0,
"inheritGroupQuotaSettings": true,
"enableUser": true,
"securityAssociations": {},
"associatedUserGroups": [
{
"userGroupId": 3,
"userGroupName": "View All"
}
],
"userEntity": {
"userGUID": "A08662B0-4F76-4939-BCAB-0D8B223A585C",
"userName": "jdoe",
"userId": 19
},
"LinkedCommvaultUser": {}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"users": [
{
"description": "backup testadmin user",
"enforceFSQuota": false,
"idleTime": 0,
"agePasswordDays": 10,
"inheritGroupEdgeDriveQuotaSettings": true,
"email": "jdoe@company.com",
"edgeDriveQuotaLimitInGB": 100,
"lastLogIntime": 0,
"enforceEdgeDriveQuota": false,
"fullName": "Jane Doe",
"quotaLimitInGB": 100,
"loggedInMode": 0,
"inheritGroupQuotaSettings": true,
"enableUser": true,
"securityAssociations": {},
"associatedUserGroups": [
{
"userGroupId": 3,
"userGroupName": "View All"
}
],
"userEntity": {
"userGUID": "A08662B0-4F76-4939-BCAB-0D8B223A585C",
"userName": "jdoe",
"userId": 19
},
"userSecurity": {
"ownerAssociations": {}
},
"LinkedCommvaultUser": {}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"users": [
{
"description": "backup testadmin user",
"idleTime": 0,
"email": "jdoe@company.com",
"lastLogIntime": 0,
"fullName": "Jane Doe",
"loggedInMode": 0,
"enableUser": true,
"userEntity": {
"userGUID": "A08662B0-4F76-4939-BCAB-0D8B223A585C",
"userName": "jdoe",
"userId": 19
}
}
]
}
Loading...