It looks like the /users.list response miss the definition of the object response_metadata and its next_cursor property.
FYI, the property is mentionned in the openapi example and in the official API documentation. To fix this, you probably only need to add this definition in the schema (inspired from next_cursor defintion in other endpoints):
Description
It looks like the
/users.list
response miss the definition of the objectresponse_metadata
and itsnext_cursor
property.FYI, the property is mentionned in the openapi example and in the official API documentation. To fix this, you probably only need to add this definition in the schema (inspired from next_cursor defintion in other endpoints):
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)