Function list_users

Source
pub fn list_users<C, Fut, B, E>(
    client: C,
    params: &ListUsersParams,
) -> ListUsers<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Lists all of the users in the organization.