Get a user group
GET/groups/:groupName
Returns a user group
Request
Path Parameters
groupName stringrequired
Group Name
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
group
object
name string
Name of group
description string
Description of group
insertedDate string
Inserted timestamp of group
lastModifiedDate string
Last nodified timestamp of group
{
"group": {
"name": "string",
"description": "string",
"insertedDate": "string",
"lastModifiedDate": "string"
}
}
Loading...