user.groups.get.response

user.groups.get.response
user.groups.get.response

A list of authentication groups

This class is array of object
JSON Example
[
    {
        "provider": "string",
        "domain": "string",
        "name": "string",
        "roleIds": [
            "string"
        ]
    }
]