Get authentication groups
GET/v1/authentication/groups
Returns a list of all existing authentication groups. Please ensure to change the region in the URL to match your account's region.
Request
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
group string
Group name
userRole string
User role
[
{
"group": "group",
"userRole": "role"
}
]
Loading...