Update a user's details

put

{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}

Update a specified user's details

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
FileServerUsers
Root Schema : schema
Type: object
Read Only: true
Provides user search result
Show Source
Nested Schema : users
Type: array
Show Source
Nested Schema : userConfig
Type: object
describes user's fileserver metadata
Show Source
Nested Schema : userGroups
Type: array
Read Only: true
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Read Only: true
Provides user search result
Show Source
Nested Schema : users
Type: array
Show Source
Nested Schema : userConfig
Type: object
describes user's fileserver metadata
Show Source
Nested Schema : userGroups
Type: array
Read Only: true
Show Source

401 Response

Not authorized to update users

404 Response

Service not found

500 Response

Internal Server Error
Back to Top