pub async fn users_slash_list(
configuration: &Configuration,
since: Option<i32>,
per_page: Option<i32>,
) -> Result<Vec<SimpleUser>, Error<UsersSlashListError>>
Expand description
Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts. Note: Pagination is powered exclusively by the since
parameter. Use the Link header to get the URL for the next page of users.