# MxPlatformRuby::UsersResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | | **users** | [**Array<User>**](User.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::UsersResponseBody.new( pagination: null, users: null ) ```