list
@GET(value = "api/v1/users")
Retrieves a list of users.
Return
A Call object representing the asynchronous user list retrieval call.
Parameters
correlationId
The correlation ID used for tracking the request. It is generated using UUID.randomUUID().toString()
by default.