A newer version is available. For the latest information, see the
current release documentation.
Fetch all usersedit
Fetches all available users.
Requestedit
GET /api/v1/users
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
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"