Get a list of available users.
http://apis.wso2.com/api/appm/store/v1.1/administration/users
GET
appm:administration
curl -X GET -H "Authorization: Bearer 282712e4f0ca2f3b1fbcef3c4d541027" "http://localhost:9763/api/appm/store/v1.1/administration/users"
{"userIds":["admin","user1","user2"]}
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
limit optional |
Maximum size of resource array to return. |
Integer |
25 |
Query |
offset optional |
Starting point within the complete list of items qualified. |
Integer |
0 |
Header |
Accept optional |
Media types acceptable for the response. Default is JSON. |
String |
JSON |
Header |
If-None-Match optional |
Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. List of users is returned. |
UserIdList |
400 |
Bad Request. Invalid request or validation error. |
Error |
403 |
Forbidden. The request must be conditional but no condition has been specified. |
Error |
404 |
Not Found. The resource to be updated does not exist. |
Error |