GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/user-restrictions:listLogs
List User Restriction Logs
universe_id The universe ID.
maxPageSize The maximum number of UserRestrictionLogs to return. The service may return
fewer than this value. If unspecified, at most 10 UserRestrictionLogs are
returned. The maximum value is 100 and higher values are set to 100.
pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must
match the call that provided the page token.
filter This field may be set to filter the logs returned.
The filter field supports a very small number of CEL:
userplace
The == comparison operator is available.
The && logical operator is also supported.
As an example, filtering for a user and a place takes the form
filter="user == 'users/123'" && "place == 'places/456'"
List changes to UserRestriction resources within a given universe.
This includes both universe-level and place-level restrictions.
For universe-level restriction logs, the place field will be empty.
GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/user-restrictions:listLogs List User Restriction Logs universe_id The universe ID. maxPageSize The maximum number of UserRestrictionLogs to return. The service may return fewer than this value. If unspecified, at most 10 UserRestrictionLogs are returned. The maximum value is 100 and higher values are set to 100. pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. filter This field may be set to filter the logs returned.
The
filter
field supports a very small number of CEL:user
place
The==
comparison operator is available. The&&
logical operator is also supported.As an example, filtering for a user and a place takes the form
filter="user == 'users/123'" && "place == 'places/456'"
List changes to UserRestriction resources within a given universe. This includes both universe-level and place-level restrictions.For universe-level restriction logs, the
place
field will be empty.