GET /_system/authentication-groups/{guid}
Get a specific authentication group by its GUID
Get a specific authentication group by its GUID
Key | Type | Example | |
---|---|---|---|
:guid required | string |
"example-guid"
|
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"name": "Administrators",
"description": "Full system access group",
"permissions": [
"view_audit_logs",
"manage_users",
"setting_edit_blueprints"
],
"is_active": true
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_401 | HTTP 401 error |
HTTP_404 | Authentication group not found |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Authentication Groups Return to the Authentication Groups category to view other endpoints All API Categories Browse all available API categories