Get Settings Groups
This operation is part of the User Settings API section of the Web Services API.
Overview
Returns a list of all available settings groups for the specified user.
Request URL | /users/{user id}/settings or /me/settings |
---|---|
HTTP Method | GET |
Required Features | api-provisioning-read |
Samples
Request
GET /api/v2/me/settings
HTTP Response
{ "statusCode": 0, settings:[{ "displayName”:”A Group", "name": “a-group", "uri":"http://.../api/v2/me/settings/a-group" },{ "displayName”:”Another Group", "name": “another-group", "uri":"http://.../api/v2/me/settings/another-group" }] }
This page was last modified on January 22, 2016, at 11:57.
Feedback
Comment on this article: