RUAL Documentation

GET /_system/authentication-groups/{guid}

Get a specific authentication group by its GUID

Get a specific authentication group by its GUID
Key Type Example Description
guid required string
"example-string"
Unique identifier (GUID)
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
{ "_meta": { "guid": "example-string", "entity": 42, "created": 42, "modified": 42, "updated": 42 }, "name": "Administrators", "description": "Full system access group", "permissions": [ "view_audit_logs", "manage_users", "setting_edit_blueprints" ], "is_active": true }
{ "error": "INVALID_ACCESS_TOKEN", "code": 401 }
Status Error Code Description
401 INVALID_ACCESS_TOKEN Authentication required or invalid token
404 ERROR Authentication group not found
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
authentication_groups_view Required scope: authentication_groups_view

Back to Authentication Groups Return to the Authentication Groups category to view other endpoints All API Categories Browse all available API categories