Skip to main content

Get a user group

GET 

/groups/:groupName

Returns a user group

Request

Path Parameters

    groupName stringrequired

    Group Name

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

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

Loading...