users
List registered users
get/api/v1beta1/users
Query parameters
cursorstring base64
Opaque cursor used for pagination. Can be obtained from the next_cursor field in PageInfo.
limitinteger
Numbers of items to return when paginating.
Response
List of users
Example response
{
"next_cursor": "V2h5IGFyZSB5b3UgdHJ5aW5nIHRvIGRlY29kZSBhIGN1cnNvcj8gSSB0b2xkIHlvdSBpdCB3YXMgb3BhcXVlIDopCg=="
}