Fetch all usersedit

Fetches all available users.

Requestedit

GET /api/v1/users

Query parametersedit

Name Type Required Description

include_disabled

boolean

N

True if disabled users should be included in the response

Responsesedit

200

(UserList) Users successfully fetched

403

(BasicFailedReply) Invalid permissions

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XGET {{hostname}}/api/v1/users \
-H "Authorization: ApiKey $ECE_API_KEY"