Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.29 KB

File metadata and controls

34 lines (24 loc) · 1.29 KB
description
A group resource can be retrieved by it's GUID identifier

Get a group by id

A group resource can be retrieved any valid GroupIdentifier.

GET /api/management/security/groups/{groupIdentifier}

Parameters

Name Parameter type Type Description
groupIdentifier path GroupIdentifier One of the group identifiers

Example requests

GET: /api/management/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
GET: /api/management/security/groups/Paper%20Street%20Soap%20Company

Response message

HTTP status code Reason Response model
200 Success Group
403 Forbidden Error
404 NotFound Error
500 InternalServerError Error