pub async fn list_users(
configuration: &mut Configuration,
params: ListUsersParams,
) -> Result<Vec<SchemasUserResponse>, Error<ListUsersError>>
Expand description
List all users from a specified customer id.
pub async fn list_users(
configuration: &mut Configuration,
params: ListUsersParams,
) -> Result<Vec<SchemasUserResponse>, Error<ListUsersError>>
List all users from a specified customer id.