Description |
---|
Returns a list of group names of the PoolParty server. |
Note
With groups you can control access to projects per user. See also: User Groups in PoolParty
URL: /PoolParty/api/user/groups
Supported Methods |
---|
GET |
application/x-www-form-urlencoded
http status code 200if OK.
JSON formatted response:
Attribute | Type | Comment |
---|---|---|
name | String | Group name |
https://<server-url>/PoolParty/api/user/groups
JSON Formatted Response Example
[
{
name: "test group"
},
{
"name": "Public"
},
{
"name": "SWC"
}
]