{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
]
}
The user to create
Success
Bad request
Forbidden access
Not found
Conflict
{- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
{- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
{- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
The updated user
Success
Bad request
Unauthorized access
Forbidden access
Not found
Conflict
{- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
{- "userName": "DelphixUser1",
- "password": "Password_123",
- "firstName": "First",
- "lastName": "Last",
- "email": "user@delphix.com",
- "isAdmin": false,
- "showWelcome": true,
- "userStatus": "ACTIVE",
- "nonAdminProperties": {
- "roleId": 1,
- "environmentIds": [
- 1,
- 3,
- 7
]
}
}
Reset password for user using token received on e-mail
Password successfully updated!
Bad request
{- "userName": "maskinguser",
- "token": "abc",
- "password": "Secret123!"
}