Search for users

get

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

Search for all users, those configured for File Server, or by group name

Request

Query Parameters

There's no request body for this operation.

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 get users

404 Response

Service not found

500 Response

Internal Server Error
Back to Top