UserInfoList

UserInfoList
User Info List

A page of users and groups matching a GET /iam/users query.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "name": "string",
            "display_name": "string",
            "user_type": "string",
            "password_status": "string",
            "password_expiration_timestamp": 0,
            "roles": [
                {
                    "role": "string",
                    "display_name": "string"
                }
            ]
        }
    ]
}