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